mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-23 10:36:24 +08:00
@@ -737,12 +737,10 @@ Widget opusCollection(ThemeData theme, ModuleCollection item) {
|
||||
color: theme.colorScheme.onInverseSurface,
|
||||
child: InkWell(
|
||||
borderRadius: const BorderRadius.all(Radius.circular(8)),
|
||||
onTap: () {
|
||||
Get.toNamed(
|
||||
'/articleList',
|
||||
parameters: {'id': '${item.id}'},
|
||||
);
|
||||
},
|
||||
onTap: () => Get.toNamed(
|
||||
'/articleList',
|
||||
parameters: {'id': '${item.id}'},
|
||||
),
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(10),
|
||||
child: Row(
|
||||
|
||||
Reference in New Issue
Block a user