ModalSetting class

Constructors

ModalSetting({EdgeInsetsGeometry? titlePadding, TextStyle? titleTextStyle, EdgeInsets contentPadding = const EdgeInsets.fromLTRB(24.0, 20.0, 24.0, 24.0), TextStyle? contentTextStyle, EdgeInsetsGeometry actionsPadding = EdgeInsets.zero, MainAxisAlignment? actionsAlignment, VerticalDirection? actionsOverflowDirection, double? actionsOverflowButtonSpacing, EdgeInsetsGeometry? buttonPadding, Color? backgroundColor, double? elevation, String? semanticLabel, EdgeInsets insetPadding = const EdgeInsets.symmetric(horizontal: 40.0, vertical: 24.0), Clip clipBehavior = Clip.none, ShapeBorder? shape, bool scrollable = false})
const

Properties

actionsAlignment MainAxisAlignment?
final
actionsOverflowButtonSpacing double?
final
actionsOverflowDirection VerticalDirection?
final
actionsPadding EdgeInsetsGeometry
final
backgroundColor Color?
final
buttonPadding EdgeInsetsGeometry?
final
clipBehavior Clip
final
contentPadding EdgeInsets
final
contentTextStyle TextStyle?
final
elevation double?
final
hashCode int
The hash code for this object.
no setterinherited
insetPadding EdgeInsets
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollable bool
final
semanticLabel String?
final
shape ShapeBorder?
final
titlePadding EdgeInsetsGeometry?
final
titleTextStyle TextStyle?
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