AdaptiveProgressDialogStyle class
Constructors
- AdaptiveProgressDialogStyle({TextStyle? titleTextStyle, TextStyle? contentTextStyle, TextStyle? confirmButtonTextStyle, TextStyle? cancelButtonTextStyle, EdgeInsets? materialContentPadding, EdgeInsets? materialActionsPadding, MainAxisAlignment? materialActionsAlignment})
- This is a class that defines the style for the AdaptiveProgressDialog widget.
Properties
- cancelButtonTextStyle → TextStyle?
-
Dialog's cancel button label text style
final
- confirmButtonTextStyle → TextStyle?
-
Dialog's confirmation button label text style
final
- contentTextStyle → TextStyle?
-
Dialog's content text style
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- materialActionsAlignment → MainAxisAlignment?
-
Dialog's action buttons alignment label text style - Only for Material Dialog
final
- materialActionsPadding → EdgeInsets?
-
Dialog's action buttons padding label text style - Only for Material Dialog
final
- materialContentPadding → EdgeInsets?
-
Dialog's content padding label text style - Only for Material Dialog
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- titleTextStyle → TextStyle?
-
Dialog's title text style
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