FlatStandardToastStyle class

Inheritance

Constructors

FlatStandardToastStyle({required ToastificationType type, StandardStyleValues? providedValues, ThemeData? flutterTheme})
const

Properties

backgroundColor Color
no setterinherited
borderRadius BorderRadiusGeometry
no setterinherited
borderSide BorderSide
no setterinherited
boxShadow List<BoxShadow>
no setterinherited
closeIcon IconData
no setterinherited
closeIconColor Color
no setterinherited
defaultProgressIndicatorTheme ProgressIndicatorThemeData
no setterinherited
defaults DefaultStyleValues
no setteroverride
descriptionMaxLines int
no setterinherited
descriptionTextStyle TextStyle?
no setterinherited
elevation double
no setterinherited
flutterTheme ThemeData?
finalinherited
foregroundColor Color
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
icon IconData
no setterinherited
iconColor Color
no setteroverride
padding EdgeInsetsGeometry
no setterinherited
primaryColor MaterialColor
no setterinherited
progressIndicatorStrokeWidth double
no setterinherited
progressIndicatorTheme ProgressIndicatorThemeData
no setterinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setterinherited
providedValues StandardStyleValues?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
titleMaxLines int
no setterinherited
titleTextStyle TextStyle?
no setterinherited
type ToastificationType
finalinherited

Methods

blurredBackgroundColor(bool applyBlur, Color color) Color
Returns a blurred version of the background color usually add some transparency to the color
inherited
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