SnackBarConfiguration class
Constructors
- SnackBarConfiguration({Color? backgroundColor, double? elevation, EdgeInsetsGeometry? margin, EdgeInsetsGeometry? padding, Duration? duration, TextStyle? contentTextStyle})
Properties
- backgroundColor → Color?
-
backgroundColor set background color for the snackBar
final
- contentTextStyle → TextStyle?
-
final
- duration → Duration?
-
duration set the duration for which snackBar will be visible
final
- elevation → double?
-
elevation sets the elevation for snackBar
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- margin → EdgeInsetsGeometry?
-
margin sets the margin for snackBar
final
- padding → EdgeInsetsGeometry?
-
padding sets the padding for snackBar
final
- 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