ConfirmHereModalStyleOptions class

Styling options specific to the confirm-here modal surface.

Inheritance

Constructors

ConfirmHereModalStyleOptions.new({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, Color? overlayColor, double? maxContentWidth, TextStyle? messageTextStyle, TextStyle? countdownTextStyle, TextStyle? countdownValueTextStyle, ButtonStyle? confirmButtonStyle, Color? spinnerColor, EdgeInsetsGeometry? bodySpacing})
const

Properties

bodySpacing → EdgeInsetsGeometry?
final
bodyTextStyle → TextStyle?
finalinherited
closeButtonStyle → ButtonStyle?
finalinherited
closeIcon → Widget?
finalinherited
confirmButtonStyle → ButtonStyle?
final
contentDecoration → BoxDecoration?
finalinherited
contentPadding → EdgeInsetsGeometry?
finalinherited
countdownTextStyle → TextStyle?
final
countdownValueTextStyle → TextStyle?
final
destructiveButtonStyle → ButtonStyle?
finalinherited
dividerColor → Color?
finalinherited
dividerEndIndent → double?
finalinherited
dividerHeight → double?
finalinherited
dividerIndent → double?
finalinherited
dividerThickness → double?
finalinherited
emptyStateTextStyle → TextStyle?
finalinherited
hashCode → int
The hash code for this object.
no setterinherited
height → double?
finalinherited
maxContentWidth → double?
final
maxHeight → double?
finalinherited
maxWidth → double?
finalinherited
messageTextStyle → TextStyle?
final
outerContainerDecoration → BoxDecoration?
finalinherited
outerPadding → EdgeInsetsGeometry?
finalinherited
overlayColor → Color?
final
primaryButtonStyle → ButtonStyle?
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
secondaryButtonStyle → ButtonStyle?
finalinherited
sectionTitleTextStyle → TextStyle?
finalinherited
spinnerColor → Color?
final
titleTextStyle → TextStyle?
finalinherited
width → double?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited