FDialogContentStyleDelta.delta constructor
const
FDialogContentStyleDelta.delta({
- TextStyleDelta? titleTextStyle,
- TextStyleDelta? bodyTextStyle,
- EdgeInsetsGeometryDelta? padding,
- EdgeInsetsGeometryDelta? titlePadding,
- EdgeInsetsGeometryDelta? bodyPadding,
- double? imageSpacing,
- double? titleSpacing,
- double? contentSpacing,
- double? actionSpacing,
- bool? expandActions,
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.titlePadding - The padding surrounding the title.
- FDialogContentStyle.bodyPadding - The padding surrounding the body.
- FDialogContentStyle.imageSpacing - The spacing between the image and the title/body.
- FDialogContentStyle.titleSpacing - The spacing between the title and the body.
- FDialogContentStyle.contentSpacing - The spacing between the content (title/body) and the actions.
- FDialogContentStyle.actionSpacing - The space between actions.
- FDialogContentStyle.expandActions - Whether each action expands to fill the available width.
Implementation
const factory FDialogContentStyleDelta.delta({
TextStyleDelta? titleTextStyle,
TextStyleDelta? bodyTextStyle,
EdgeInsetsGeometryDelta? padding,
EdgeInsetsGeometryDelta? titlePadding,
EdgeInsetsGeometryDelta? bodyPadding,
double? imageSpacing,
double? titleSpacing,
double? contentSpacing,
double? actionSpacing,
bool? expandActions,
}) = _FDialogContentStyleDelta;