itemPadding property
The padding to apply around each navigation item's icon.
If not specified, it defaults to EdgeInsets.zero
.
Implementation
final EdgeInsetsGeometry? itemPadding;
The padding to apply around each navigation item's icon.
If not specified, it defaults to EdgeInsets.zero
.
final EdgeInsetsGeometry? itemPadding;