padding property
final
The amount of space to surround the child inside the bounds of the BottomAppBar.
In Material 3 the padding will default to EdgeInsets.symmetric(vertical: 12.0, horizontal: 16.0)
Otherwise the value will default to EdgeInsets.zero.
Implementation
final EdgeInsetsGeometry? padding;