NomoBottomBarSizingData constructor
const
NomoBottomBarSizingData({
- double height = 56.0,
- double spacing = 4.0,
- double iconSize = 28.0,
- EdgeInsetsGeometry padding = const EdgeInsets.all(4),
- double elevation = 16.0,
- EdgeInsetsGeometry itemPadding = const EdgeInsets.symmetric(horizontal: 8),
Implementation
const NomoBottomBarSizingData({
this.height = 56.0,
this.spacing = 4.0,
this.iconSize = 28.0,
this.padding = const EdgeInsets.all(4),
this.elevation = 16.0,
this.itemPadding = const EdgeInsets.symmetric(horizontal: 8),
});