remove home border and use new icons
This commit is contained in:
parent
6157397819
commit
eccb0ec1f6
6 changed files with 25 additions and 189 deletions
|
|
@ -101,7 +101,7 @@ class _MihAppState extends State<MihApp> with SingleTickerProviderStateMixin {
|
|||
drawer: widget.actionDrawer,
|
||||
body: SafeArea(
|
||||
bottom: false,
|
||||
minimum: EdgeInsets.only(bottom: 5),
|
||||
minimum: EdgeInsets.only(bottom: 0),
|
||||
child: Container(
|
||||
width: screenSize.width,
|
||||
height: screenSize.height,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue