toasterStyle property
The toaster style.
CLI
To generate and customize this style:
dart run forui style create toast
Implementation
final FToasterStyle Function(FToasterStyle)? toasterStyle;
The toaster style.
To generate and customize this style:
dart run forui style create toast
final FToasterStyle Function(FToasterStyle)? toasterStyle;