avocado_toast
avocado_toast
Toastable
Toastable constructor
Toastable
Toastable class
Constructors
Toastable
Properties
child
toastController
hashCode
key
runtimeType
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
Toastable constructor
Toastable
(
{
@required
ToastController
toastController
,
@required
Widget
child
})
Implementation
Toastable({@required this.toastController, @required this.child});