StackToastConfig class
Constructors
- StackToastConfig()
-
factory
Properties
- alignment → ToastAlignment
-
no setter
- animationDuration → Duration
-
no setter
- autoDismissEnable → bool
-
no setter
- backgroundColor → Color
-
no setter
- betweenItemSpace → double
-
no setter
- borderRadius → BorderRadius
-
no setter
- boxShadow → BoxShadow
-
no setter
- dismissDirection → TextDirection
-
no setter
- downsizePercent → double
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- horizontalMargin → double
-
no setter
- maxShowingItem → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showingItemDuration → Duration
-
no setter
- simpleItemHeight → double
-
no setter
- verticalMargin → double
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setAlignment(
ToastAlignment alignment) → StackToastConfig -
setAnimationDuration(
Duration animationDuration) → StackToastConfig -
setAutoDismissEnable(
bool autoDismissEnable) → StackToastConfig -
setAutoDismissItemDuration(
Duration showingItemDuration) → StackToastConfig -
setBackgroundColor(
Color backgroundColor) → StackToastConfig -
setBetweenItemSpace(
double betweenItemSpace) → StackToastConfig -
setBorderRadius(
BorderRadius borderRadius) → StackToastConfig -
setBoxShadow(
BoxShadow boxShadow) → StackToastConfig -
setDismissDirection(
TextDirection dismissDirection) → StackToastConfig -
setDownsizePercent(
double downsizePercent) → StackToastConfig -
setHorizontalMargin(
double horizontalMargin) → StackToastConfig -
setMaxShowingItem(
int maxShowingItem) → StackToastConfig -
setSimpleItemHeight(
double simpleItemHeight) → StackToastConfig -
setVerticalMargin(
double verticalMargin) → StackToastConfig -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited