style property
The style.
To modify the current style:
style: .delta(...)
To replace the style:
style: FBottomNavigationBarStyle(...)
CLI
To generate and customize this style:
dart run forui style create bottom-navigation-bar
Implementation
final FBottomNavigationBarStyleDelta style;