DialogSettings class

Class to hold all the customizations of the confirmation dialog.

Constructors

DialogSettings({Widget? title, Widget? content, EdgeInsetsGeometry? contentPadding, EdgeInsetsGeometry? titlePadding, EdgeInsetsGeometry? actionsPadding, MainAxisAlignment? actionsAlignment, Color? backgroundColor, double? elevation, ShapeBorder? shape, DialogButtonSettings customCancelButtonSettings = defaultCancelButtonSettings, DialogButtonSettings customDeleteButtonSettings = defaultDeleteButtonSettings, DialogButtonSettings customVerifyButtonSettings = defaultVerifyButtonSettings, EdgeInsets insetPadding = const EdgeInsets.symmetric(horizontal: 40, vertical: 24)})
const

Properties

actionsAlignment MainAxisAlignment?
final
actionsPadding EdgeInsetsGeometry?
final
backgroundColor Color?
final
content Widget?
final
contentPadding EdgeInsetsGeometry?
final
customCancelButtonSettings DialogButtonSettings
final
customDeleteButtonSettings DialogButtonSettings
final
customVerifyButtonSettings DialogButtonSettings
final
elevation double?
final
hashCode int
The hash code for this object.
no setterinherited
insetPadding EdgeInsets
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ShapeBorder?
final
title Widget?
final
titlePadding EdgeInsetsGeometry?
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