BuiltInStyle class abstract
Base abstract class for built-in styles
- Implementers
Constructors
- BuiltInStyle(ToastificationType type)
-
const
- BuiltInStyle.fromToastificationStyle(ToastificationStyle style, ToastificationType type)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → ToastificationType
-
final
Methods
-
backgroundColor(
BuildContext context) → Color -
borderRadius(
BuildContext context) → BorderRadiusGeometry -
borderSide(
BuildContext context) → BorderSide -
boxShadow(
BuildContext context) → List< BoxShadow> -
closeIcon(
BuildContext context) → IconData -
closeIconColor(
BuildContext context) → Color -
descriptionTextStyle(
BuildContext context) → TextStyle? -
elevation(
BuildContext context) → double -
foregroundColor(
BuildContext context) → Color -
icon(
BuildContext context) → IconData -
iconColor(
BuildContext context) → Color -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onPrimaryColor(
BuildContext context) → MaterialColor -
padding(
BuildContext context) → EdgeInsetsGeometry -
primaryColor(
BuildContext context) → MaterialColor -
progressIndicatorStrokeWidth(
BuildContext context) → double -
progressIndicatorTheme(
BuildContext context) → ProgressIndicatorThemeData -
titleTextStyle(
BuildContext context) → TextStyle? -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited