DialogStyle class

Allows to tweak the plugin dialogs.

Constructors

DialogStyle({EdgeInsetsGeometry titlePadding = const EdgeInsets.all(0), EdgeInsetsGeometry contentPadding = const EdgeInsets.all(24), TextAlign? titleAlign, TextStyle? titleStyle, EdgeInsetsGeometry messagePadding = const EdgeInsets.all(0), TextAlign? messageAlign, TextStyle? messageStyle, ShapeBorder? dialogShape})
Creates a new dialog style instance.
const

Properties

contentPadding EdgeInsetsGeometry
The content padding.
final
dialogShape ShapeBorder?
The dialog shape.
final
hashCode int
The hash code for this object.
no setterinherited
messageAlign TextAlign?
The message text align.
final
messagePadding EdgeInsetsGeometry
The message padding.
final
messageStyle TextStyle?
The message padding.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleAlign TextAlign?
The title text align.
final
titlePadding EdgeInsetsGeometry
The title padding.
final
titleStyle TextStyle?
The 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