FToastAlignment class final

The toast's alignment.

Constructors

FToastAlignment(AlignmentGeometry _alignment, double toastAlignment)
Creates a FToastAlignment with the given alignments.

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Constants

bottomCenter → const FToastAlignment
Aligns the toasts to the bottom center of the screen.
bottomEnd → const FToastAlignment
Aligns the toasts to the bottom end of the screen, depending on the locale's text direction.
bottomLeft → const FToastAlignment
Aligns the toasts to the bottom left of the screen.
bottomRight → const FToastAlignment
Aligns the toasts to the bottom right of the screen.
bottomStart → const FToastAlignment
Aligns the toasts to the bottom start of the screen, depending on the locale's text direction.
topCenter → const FToastAlignment
Aligns the toasts to the top center of the screen.
topEnd → const FToastAlignment
Aligns the toasts to the start of the screen, depending on the locale's text direction.
topLeft → const FToastAlignment
Aligns the toasts to the top left of the screen.
topRight → const FToastAlignment
Aligns the toasts to the top right of the screen.
topStart → const FToastAlignment
Aligns the toasts to the top start of the screen, depending on the locale's text direction.