ContentDialogThemeData class

Annotations

Constructors

ContentDialogThemeData({Decoration? decoration, Color? barrierColor, EdgeInsetsGeometry? titlePadding, EdgeInsetsGeometry? bodyPadding, EdgeInsetsGeometry? padding, double? actionsSpacing, ButtonThemeData? actionThemeData, Decoration? actionsDecoration, EdgeInsetsGeometry? actionsPadding, TextStyle? titleStyle, TextStyle? bodyStyle})
const
ContentDialogThemeData.standard(FluentThemeData theme)
factory

Properties

actionsDecoration Decoration?
final
actionsPadding EdgeInsetsGeometry?
final
actionsSpacing double?
final
actionThemeData ButtonThemeData?
final
barrierColor Color?
final
bodyPadding EdgeInsetsGeometry?
final
bodyStyle TextStyle?
final
decoration Decoration?
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

merge(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