FDialogContentStyle constructor
FDialogContentStyle({})
Creates a FDialogContentStyle.
Implementation
FDialogContentStyle({
required this.titleTextStyle,
required this.bodyTextStyle,
required this.padding,
required this.titleSpacing,
required this.bodySpacing,
required this.actionSpacing,
this.contentSpacing = 8,
});