ContentDialogThemeData class

Constructors

ContentDialogThemeData({Decoration? decoration, Color? barrierColor, EdgeInsetsGeometry? titlePadding, EdgeInsetsGeometry? bodyPadding, EdgeInsetsGeometry? padding, double? actionsSpacing, TextStyle? titleStyle, TextStyle? bodyStyle, ButtonThemeData? actionThemeData, double? elevation, Color? elevationColor})
const
ContentDialogThemeData.standard(ThemeData style)
factory

Properties

actionsSpacing double?
final
actionThemeData ButtonThemeData?
final
barrierColor Color?
final
bodyPadding EdgeInsetsGeometry?
final
bodyStyle TextStyle?
final
decoration Decoration?
final
elevation double?
final
elevationColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
padding EdgeInsetsGeometry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titlePadding EdgeInsetsGeometry?
final
titleStyle TextStyle?
final

Methods

copyWith(ContentDialogThemeData? style) ContentDialogThemeData
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