RSnackbarLoadingConfig class

Inheritance

Constructors

RSnackbarLoadingConfig(String msg, {VoidCallback? onCancel, TextStyle? textStyle, BorderRadius? borderRadius, Color backgroundColor = Colors.black, Color? progressIndicatorColor, Color forgroundColor = Colors.white})

Properties

alignment Alignment
finalinherited
animationDuration Duration
finalinherited
autoDismissed bool?
finalinherited
backgroundColor Color
finalinherited
borderRadius BorderRadius
finalinherited
curve Curve
finalinherited
dismissDirection DismissDirection
finalinherited
duration Duration
finalinherited
durationVisibility bool?
finalinherited
elevation double?
finalinherited
farFromEdge double
finalinherited
forgroundColor Color?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
leading Widget?
finalinherited
onDismissed VoidCallback
finalinherited
padding EdgeInsets
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle
finalinherited
title Widget
finalinherited
trailing Widget?
finalinherited

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