style property

FDialogStyleDelta style
final

The dialog's style. Defaults to FThemeData.dialogStyle.

To modify the current style:

style: .delta(...)

To replace the style:

style: FDialogStyle(...)

CLI

To generate and customize this style:

dart run forui style create dialog

Implementation

final FDialogStyleDelta style;