The notchMargin property determines the distance between the edge of the app bar and the start of the notch. You can adjust this value to control the size of the curve.
You can also customize the appearance of the app bar by setting its background color and adding buttons or other widgets to it. For example:
You do not need to use the appbar if it does not meet your needs. Just customise your widget however you like and use safearea to avoid mobile network bars and battery bars. Play around with the home widget by adding padding and change icon to meet your need.
2
Answers
You Could try something like a BottomAppBar class and set the shape property to a CircularNotchedRectangle with the desired radius. Here’s an example:
The notchMargin property determines the distance between the edge of the app bar and the start of the notch. You can adjust this value to control the size of the curve.
You can also customize the appearance of the app bar by setting its background color and adding buttons or other widgets to it. For example:
You do not need to use the appbar if it does not meet your needs. Just customise your widget however you like and use safearea to avoid mobile network bars and battery bars. Play around with the home widget by adding padding and change icon to meet your need.