DialogThemeData class

Annotations

Constructors

DialogThemeData({EdgeInsets dialogPadding = _kDialogPadding, EdgeInsets outsidePadding = _kOutsidePadding, EdgeInsets titlePadding = _kTitlePadding, EdgeInsets menuPadding = _kMenuPadding, BoxConstraints constraints = const BoxConstraints(minWidth: _kMinDialogWidth, minHeight: _kMinDialogHeight), HSLColor? background, HSLColor? barrierColor})
const

Properties

background HSLColor?
final
barrierColor HSLColor?
final
constraints BoxConstraints
final
dialogPadding EdgeInsets
final
hashCode int
The hash code for this object.
no setteroverride
isConcrete bool
no setter
final
outsidePadding EdgeInsets
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titlePadding EdgeInsets
final

Methods

copyWidth({BoxConstraints? constraints, EdgeInsets? menuPadding, EdgeInsets? titlePadding, EdgeInsets? outsidePadding, EdgeInsets? dialogPadding, HSLColor? background, HSLColor? barrierColor}) DialogThemeData
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.
override