bottom sheet fix

merge-requests/473/head
Elham Rababah 5 years ago
parent 6db35c8de9
commit 440d714045

@ -321,11 +321,11 @@ class _UpdateSubjectivePageState extends State<UpdateSubjectivePage> {
decoration: BoxDecoration(
color: Colors.white,
borderRadius: BorderRadius.all(
Radius.circular(10.0),
Radius.circular(0.0),
),
border: Border.all(
color: HexColor('#707070'),
width: 0.30),
width: 0),
),
height: MediaQuery
.of(context)

Loading…
Cancel
Save