style property
The style.
To modify the current style:
style: .delta(...)
To replace the style:
style: FTabsStyle(...)
CLI
To generate and customize this style:
dart run forui style create tabs
Implementation
final FTabsStyleDelta style;
The style.
To modify the current style:
style: .delta(...)
To replace the style:
style: FTabsStyle(...)
To generate and customize this style:
dart run forui style create tabs
final FTabsStyleDelta style;