ModalStyleOptions constructor
const
ModalStyleOptions({ - BoxDecoration? outerContainerDecoration,
- EdgeInsetsGeometry? outerPadding,
- BoxDecoration? contentDecoration,
- EdgeInsetsGeometry? contentPadding,
- TextStyle? titleTextStyle,
- Widget? closeIcon,
- ButtonStyle? closeButtonStyle,
- Color? dividerColor,
- double? dividerThickness,
- double? dividerHeight,
- double? dividerIndent,
- double? dividerEndIndent,
- double? width,
- double? maxWidth,
- double? height,
- double? maxHeight,
- TextStyle? sectionTitleTextStyle,
- TextStyle? bodyTextStyle,
- TextStyle? emptyStateTextStyle,
- ButtonStyle? primaryButtonStyle,
- ButtonStyle? secondaryButtonStyle,
- ButtonStyle? destructiveButtonStyle,
})
Implementation
const ModalStyleOptions({
this.outerContainerDecoration,
this.outerPadding,
this.contentDecoration,
this.contentPadding,
this.titleTextStyle,
this.closeIcon,
this.closeButtonStyle,
this.dividerColor,
this.dividerThickness,
this.dividerHeight,
this.dividerIndent,
this.dividerEndIndent,
this.width,
this.maxWidth,
this.height,
this.maxHeight,
this.sectionTitleTextStyle,
this.bodyTextStyle,
this.emptyStateTextStyle,
this.primaryButtonStyle,
this.secondaryButtonStyle,
this.destructiveButtonStyle,
});