style property

FDialogStyle Function(FDialogStyle)? style
final

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;