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( decoration: BoxDecoration(
color: Colors.white, color: Colors.white,
borderRadius: BorderRadius.all( borderRadius: BorderRadius.all(
Radius.circular(10.0), Radius.circular(0.0),
), ),
border: Border.all( border: Border.all(
color: HexColor('#707070'), color: HexColor('#707070'),
width: 0.30), width: 0),
), ),
height: MediaQuery height: MediaQuery
.of(context) .of(context)

Loading…
Cancel
Save