|
|
|
@ -126,7 +126,7 @@ class _NotificationFilterPageState extends State<NotificationFilterPage> {
|
|
|
|
body: Column(
|
|
|
|
body: Column(
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
SingleChildScrollView(
|
|
|
|
SingleChildScrollView(
|
|
|
|
padding: const EdgeInsets.all(12),
|
|
|
|
padding: const EdgeInsets.all(16),
|
|
|
|
child: Column(
|
|
|
|
child: Column(
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.stretch,
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.stretch,
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
@ -149,10 +149,7 @@ class _NotificationFilterPageState extends State<NotificationFilterPage> {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
|
|
|
|
12.height,
|
|
|
|
12.height,
|
|
|
|
|
|
|
|
|
|
|
|
// Filter by Module
|
|
|
|
|
|
|
|
InfoHeader16Widget("Module"),
|
|
|
|
InfoHeader16Widget("Module"),
|
|
|
|
8.height,
|
|
|
|
8.height,
|
|
|
|
SingleItemDropDownMenu<ModuleWithSubModulesModel, ModulesWithSubModulesProvider>(
|
|
|
|
SingleItemDropDownMenu<ModuleWithSubModulesModel, ModulesWithSubModulesProvider>(
|
|
|
|
@ -175,10 +172,7 @@ class _NotificationFilterPageState extends State<NotificationFilterPage> {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
|
|
|
|
12.height,
|
|
|
|
12.height,
|
|
|
|
|
|
|
|
|
|
|
|
// Filter by SubModule
|
|
|
|
|
|
|
|
InfoHeader16Widget("SubModule"),
|
|
|
|
InfoHeader16Widget("SubModule"),
|
|
|
|
8.height,
|
|
|
|
8.height,
|
|
|
|
SingleItemDropDownMenu<SubModuleModel, NullableLoadingProvider>(
|
|
|
|
SingleItemDropDownMenu<SubModuleModel, NullableLoadingProvider>(
|
|
|
|
@ -200,10 +194,7 @@ class _NotificationFilterPageState extends State<NotificationFilterPage> {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
|
|
|
|
12.height,
|
|
|
|
12.height,
|
|
|
|
|
|
|
|
|
|
|
|
// Date Range Filter
|
|
|
|
|
|
|
|
InfoHeader16Widget(context.translation.pickDate),
|
|
|
|
InfoHeader16Widget(context.translation.pickDate),
|
|
|
|
8.height,
|
|
|
|
8.height,
|
|
|
|
Row(
|
|
|
|
Row(
|
|
|
|
|