I dont want to use package for navigation.I just want to create this shape.could you help me?
2
Follow this for any type of custom paint or shape in Flutter
Wave Background Flutter Assistance
Wrap the BottomNavigationBar widget with BottomAppBar Widget.
BottomNavigationBar
BottomAppBar
Add shape property in BottomAppBar widget
shape: CircularNotchedRectangle(),
Then change FloatingActionButton location to:
FloatingActionButton
floatingActionButtonLocation : FloatingActionButtonLocation.centerDocked,
Click here to cancel reply.
2
Answers
Follow this for any type of custom paint or shape in Flutter
Wave Background Flutter Assistance
Wrap the
BottomNavigationBar
widget withBottomAppBar
Widget.Add shape property in
BottomAppBar
widgetThen change
FloatingActionButton
location to: