DialogButtonSettings class

Class to hold all the customizations of the buttons in the dialog.

Constructors

DialogButtonSettings(String text, {EdgeInsets padding = const EdgeInsets.symmetric(vertical: 14, horizontal: 12), Color textColor = Colors.white, bool activeBorder = false, bool mediumFont = true, double radius = 10, double? customHeight = 50, double fontSize = 16, double? iconsize, double? customWidth, Color? backgroundColor, IconData? icon})
const

Properties

activeBorder bool
final
backgroundColor Color?
final
customHeight double?
final
customWidth double?
final
fontSize double
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData?
final
iconsize double?
final
mediumFont bool
final
padding EdgeInsets
final
radius double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
final
textColor Color
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