FDialogContentStyleDelta.delta constructor
const
FDialogContentStyleDelta.delta({
- TextStyleDelta? titleTextStyle,
- TextStyleDelta? bodyTextStyle,
- EdgeInsetsGeometry? padding,
- double? titleSpacing,
- double? bodySpacing,
- double? contentSpacing,
- double? actionSpacing,
Creates a partial modification of a FDialogContentStyle.
Parameters
- FDialogContentStyle.titleTextStyle - The title's TextStyle.
- FDialogContentStyle.bodyTextStyle - The body's TextStyle.
- FDialogContentStyle.padding - The padding surrounding the content.
- FDialogContentStyle.titleSpacing - The spacing below the title.
- FDialogContentStyle.bodySpacing - The spacing below the body.
- FDialogContentStyle.contentSpacing - The spacing between the content (title/body) and the actions.
- FDialogContentStyle.actionSpacing - The space between actions.
Implementation
const factory FDialogContentStyleDelta.delta({
TextStyleDelta? titleTextStyle,
TextStyleDelta? bodyTextStyle,
EdgeInsetsGeometry? padding,
double? titleSpacing,
double? bodySpacing,
double? contentSpacing,
double? actionSpacing,
}) = _FDialogContentStyleDelta;