DialogStyle class

Dialog style to custom your dialog

Constructors

DialogStyle({bool? titleDivider, BorderRadius? borderRadius, String? semanticsLabel, EdgeInsets? titlePadding, EdgeInsets? contentPadding, TextStyle? titleTextStyle, TextStyle? contentTextStyle, double? elevation, Color? backgroundColor, bool? animatePopup, ShapeBorder? shape})
Dialog Transition Type

Properties

animatePopup bool?
Bubble animation when your dialog will popup
final
backgroundColor Color?
Background color of dialog
final
borderRadius BorderRadius?
Set circular border radius for your dialog
final
contentPadding EdgeInsets?
Set padding for your Content
final
contentTextStyle TextStyle?
Set TextStyle for your Content
final
elevation double?
Elevation for dialog
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticsLabel String?
Set semanticslabel for Title
final
shape ShapeBorder?
Shape for dialog, ignored if you set BorderRadius
final
titleDivider bool?
Divider on title
final
titlePadding EdgeInsets?
Set padding for your Title
final
titleTextStyle TextStyle?
Set TextStyle for your Title
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