AnyToastWidgetProperties mixin

Widgets

Mixin Applications

Properties

backgroundColor Color?
getter/setter pair
builder ↔ (Widget? Function(AnyToastWidgetProperties widget)?)
getter/setter pair
clipBehavior Clip
getter/setter pair
decoration Decoration?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double?
getter/setter pair
padding EdgeInsets?
getter/setter pair
radius BorderRadius?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadow BoxShadow?
getter/setter pair
text String
getter/setter pair
textStyle TextStyle?
getter/setter pair
width double?
getter/setter pair

Methods

createToastWidget() Widget
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