BaseStandardToastStyle class abstract

Base abstract class for built-in styles

Constructors

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

Properties

backgroundColor Color
no setter
borderRadius BorderRadiusGeometry
no setter
borderSide BorderSide
no setter
boxShadow List<BoxShadow>
no setter
closeIcon IconData
no setter
closeIconColor Color
no setter
defaultProgressIndicatorTheme ProgressIndicatorThemeData
no setter
defaults DefaultStyleValues
no setter
descriptionMaxLines int
no setter
descriptionTextStyle TextStyle?
no setter
elevation double
no setter
flutterTheme ThemeData?
final
foregroundColor Color
no setter
hashCode int
The hash code for this object.
no setterinherited
icon IconData
no setter
iconColor Color
no setter
padding EdgeInsetsGeometry
no setter
primaryColor MaterialColor
no setter
progressIndicatorStrokeWidth double
no setter
progressIndicatorTheme ProgressIndicatorThemeData
no setter
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
providedValues StandardStyleValues?
final
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 setter
titleTextStyle TextStyle?
no setter
type ToastificationType
final

Methods

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