|
|
|
@ -9,6 +9,7 @@ import 'package:test_sa/extensions/text_extensions.dart';
|
|
|
|
import 'package:test_sa/extensions/widget_extensions.dart';
|
|
|
|
import 'package:test_sa/extensions/widget_extensions.dart';
|
|
|
|
import 'package:test_sa/models/enums/user_types.dart';
|
|
|
|
import 'package:test_sa/models/enums/user_types.dart';
|
|
|
|
import 'package:test_sa/models/search_all_requests_model.dart';
|
|
|
|
import 'package:test_sa/models/search_all_requests_model.dart';
|
|
|
|
|
|
|
|
import 'package:test_sa/modules/cm_module/views/components/action_button/footer_action_button.dart';
|
|
|
|
import 'package:test_sa/new_views/app_style/app_color.dart';
|
|
|
|
import 'package:test_sa/new_views/app_style/app_color.dart';
|
|
|
|
import 'package:test_sa/new_views/common_widgets/app_filled_button.dart';
|
|
|
|
import 'package:test_sa/new_views/common_widgets/app_filled_button.dart';
|
|
|
|
import 'package:test_sa/new_views/common_widgets/default_app_bar.dart';
|
|
|
|
import 'package:test_sa/new_views/common_widgets/default_app_bar.dart';
|
|
|
|
@ -111,6 +112,7 @@ class _AllRequestsFilterPageState extends State<AllRequestsFilterPage> {
|
|
|
|
body: Column(
|
|
|
|
body: Column(
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
SingleChildScrollView(
|
|
|
|
SingleChildScrollView(
|
|
|
|
|
|
|
|
padding: const EdgeInsets.all(16),
|
|
|
|
child: Column(
|
|
|
|
child: Column(
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.stretch,
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.stretch,
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
@ -194,11 +196,11 @@ class _AllRequestsFilterPageState extends State<AllRequestsFilterPage> {
|
|
|
|
// setState(() {});
|
|
|
|
// setState(() {});
|
|
|
|
// }),
|
|
|
|
// }),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
).paddingOnly(start: 16, end: 16),
|
|
|
|
),
|
|
|
|
).expanded,
|
|
|
|
).expanded,
|
|
|
|
AppFilledButton(onPressed: _search, label: context.translation.applyFilter).paddingOnly(start: 16, end: 16),
|
|
|
|
FooterActionButton.footerContainer(context: context, child: AppFilledButton(onPressed: _search, label: context.translation.applyFilter))
|
|
|
|
],
|
|
|
|
],
|
|
|
|
).paddingOnly(top: 16, bottom: 16),
|
|
|
|
),
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|