height property

double? height
final

The double value used to indicate the height of the BottomAppBar.

If this is null, the default value is the minimum in relation to the content, unless ThemeData.useMaterial3 is true, in which case it defaults to 80.0.

Implementation

final double? height;