ComToastWidgetBuilder class

Constructors

ComToastWidgetBuilder({ComToastConfig? success, ComToastConfig? error, ComToastConfig? warning, ComToastConfig? info, ComToastConfig? loading})
const

Properties

error ComToastConfig?
final
hashCode int
The hash code for this object.
no setterinherited
info ComToastConfig?
final
loading ComToastConfig?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success ComToastConfig?
final
warning ComToastConfig?
final

Methods

getFor(ComToastType type) ComToastConfig
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