CATEGORIES
>>
Dart(2)
>>
Errors(5)
>>
Android(11)
>>
Errors(1)
>>
Errors(2)
>>
Windows 8(3)
>>
iPhone7(1)
>>
Errors(4)
>>
Html(1)
RECOMMENDED SITES
flutter scaffold snackbar top of BottomNavigationBar
If you want a Scaffold and bottomNavigationBar then
If you want a snackBar will be appear on bottom of page.
You should use bottomSheet instead of bottomNavigationBar.
Removed: bottomNavigationBar: yourStyle(),
Added: bottomSheet: yourStyle(),
I guess flutter bug.
If you want a snackBar will be appear on bottom of page.
You should use bottomSheet instead of bottomNavigationBar.
Removed:
Added: bottomSheet: yourStyle(),
I guess flutter bug.
Author: Engin ATALAY
Date: 26.03.2021 23:59:23
View Count: 1397
COMMENTS
No comments yet. Be the first to comment who you are.