DraggableDialogThemeData class

A theme to customize the appearance of the DraggableDialog.

Annotations

Constructors

DraggableDialogThemeData({Color? headerColor, Color? contentColor, Color? footerColor, 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

buttonStyle ButtonStyle?
final
buttonTextStyle TextStyle?
final
contentColor Color?
final
footerColor Color?
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