RSnackbarConfig class

Inheritance
Implementers

Constructors

RSnackbarConfig(Widget title, {Widget? leading, Widget? trailing, double? elevation = 0, Color? forgroundColor = Colors.white, bool? autoDismissed = true, bool? durationVisibility = true, VoidCallback? onDismissed, EdgeInsets? padding, Color? backgroundColor, BorderRadius? borderRadius, TextStyle? textStyle, Curve? curve, double? farFromEdge, Alignment? alignment, Duration? duration, DismissDirection? dismissDirection, Duration? animationDuration})

Properties

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

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