DraggableDialogThemeData class
A theme to customize the appearance of the DraggableDialog.
- Annotations
Constructors
- DraggableDialogThemeData({Color? headerColor, Color? contentColor, TextStyle? titleStyle, ButtonStyle? buttonStyle, TextStyle? buttonTextStyle})
-
const
- DraggableDialogThemeData.from(BuildContext context)
-
Creates a default theme for the dialog based on the current ThemeData.
factory
Properties
-
final
-
final
- contentColor → Color?
-
final
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- headerColor → Color?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- titleStyle → 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