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