ModalStyleOptions class

Base styling options that can be shared across MediaSFU modal widgets.

Implementers

Constructors

ModalStyleOptions.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})
const

Properties

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

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