ShareEventModalStyleOptions class

Styling options specific to the share event modal surface.

Inheritance

Constructors

ShareEventModalStyleOptions.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, TextStyle? passcodeLabelTextStyle, TextStyle? passcodeInputTextStyle, Color? passcodeInputBackgroundColor, TextStyle? meetingIdLabelTextStyle, TextStyle? meetingIdInputTextStyle, Color? meetingIdInputBackgroundColor, EdgeInsetsGeometry? infoSectionPadding, EdgeInsetsGeometry? shareButtonsPadding, BoxDecoration? shareButtonsDecoration, EdgeInsetsGeometry? scrollPadding, double? sectionSpacing})
const

Properties

bodyTextStyle → TextStyle?
finalinherited
closeButtonStyle → ButtonStyle?
finalinherited
closeIcon → Widget?
finalinherited
contentDecoration → BoxDecoration?
finalinherited
contentPadding → EdgeInsetsGeometry?
finalinherited
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
infoSectionPadding → EdgeInsetsGeometry?
final
maxHeight → double?
finalinherited
maxWidth → double?
finalinherited
meetingIdInputBackgroundColor → Color?
final
meetingIdInputTextStyle → TextStyle?
final
meetingIdLabelTextStyle → TextStyle?
final
outerContainerDecoration → BoxDecoration?
finalinherited
outerPadding → EdgeInsetsGeometry?
finalinherited
passcodeInputBackgroundColor → Color?
final
passcodeInputTextStyle → TextStyle?
final
passcodeLabelTextStyle → TextStyle?
final
primaryButtonStyle → ButtonStyle?
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
scrollPadding → EdgeInsetsGeometry?
final
secondaryButtonStyle → ButtonStyle?
finalinherited
sectionSpacing → double?
final
sectionTitleTextStyle → TextStyle?
finalinherited
shareButtonsDecoration → BoxDecoration?
final
shareButtonsPadding → EdgeInsetsGeometry?
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