MToastMakeup class

Constructors

MToastMakeup.new({TextStyle? actionTextStyle, Color? backgroundColor, Color? barColor, Widget? closeIcon, TextStyle? dateTextStyle, TextStyle? descriptionTextStyle, Widget? icon, Radius? radius, List<BoxShadow>? shadow, TextStyle? titleTextStyle})

Properties

actionTextStyle TextStyle?
getter/setter pair
backgroundColor Color?
getter/setter pair
barColor Color?
getter/setter pair
closeIcon Widget?
getter/setter pair
dateTextStyle TextStyle?
getter/setter pair
descriptionTextStyle TextStyle?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon Widget?
getter/setter pair
radius Radius?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadow List<BoxShadow>?
getter/setter pair
titleTextStyle TextStyle?
getter/setter pair

Methods

copyWith({TextStyle? actionTextStyle, Color? backgroundColor, Color? barColor, Widget? closeIcon, TextStyle? dateTextStyle, TextStyle? descriptionTextStyle, Widget? icon, Radius? radius, List<BoxShadow>? shadow, TextStyle? titleTextStyle}) MToastMakeup
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