SnackbarConstants class
Snackbar constants
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- borderRadius → const double
- defaultPosition → const SnackbarPosition
- Default position: show snackbar at top of screen
- horizontalPadding → const double
- iconContainerSize → const double
- iconSize → const double
- iconSpacing → const double
- maxWidth → const double
- minTouchTargetSize → const double
- Minimum touch target size for accessibility (Material 48dp)
- minWidthBottom → const double
- Minimum width when shown at bottom so the snackbar doesn't look too small
- progressBarBorderRadius → const double
- progressBarHeight → const double
- subtitleFontSize → const double
- subtitleLetterSpacing → const double
- subtitleLineHeight → const double
- titleFontSize → const double
- titleLineHeight → const double
- verticalPadding → const double