ToastTheme class

Constructors

ToastTheme({ToastLocation location = ToastLocation.bottomLeft, Duration entryDuration = const Duration(milliseconds: 500), Duration showDuration = const Duration(seconds: 3)})
const

Properties

entryDuration Duration
final
hashCode int
The hash code for this object.
no setterinherited
location ToastLocation
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showDuration Duration
final

Methods

copyWith({ToastLocation? location, Duration? entryDuration, Duration? showDuration}) ToastTheme
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