style property
The dialog's style. Defaults to FThemeData.dialogStyle.
CLI
To generate and customize this style:
dart run forui style create dialog
Implementation
final FDialogStyle Function(FDialogStyle)? style;
The dialog's style. Defaults to FThemeData.dialogStyle.
To generate and customize this style:
dart run forui style create dialog
final FDialogStyle Function(FDialogStyle)? style;