height change to 0.85
This commit is contained in:
parent
55122b5b13
commit
bb723b91e5
@ -354,14 +354,12 @@ class _AssignTaskBottomSheetState extends State<AssignTaskBottomSheet> {
|
||||
final result = await showModalBottomSheet<List<EmployeeModel>>(
|
||||
context: context,
|
||||
isScrollControlled: true,
|
||||
backgroundColor: Colors.white,
|
||||
barrierColor: Colors.white,
|
||||
useSafeArea: true,
|
||||
shape: const RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.vertical(top: Radius.circular(20)),
|
||||
),
|
||||
builder: (_) => SizedBox(
|
||||
height: MediaQuery.of(context).size.height * 0.90,
|
||||
height: MediaQuery.of(context).size.height * 0.85,
|
||||
child: MultipleSelectRoleBottomSheet(
|
||||
projectId: selectedProjectId!,
|
||||
organizationId: selectedOrganization?.id,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user