NomoSnackBarThemeData class

Implemented types

Constructors

NomoSnackBarThemeData({Color backgroundColor = Colors.white, Color foregroundColor = Colors.black, double elevation = 0.0, BorderSide border = BorderSide.none, double height = 64.0, EdgeInsetsGeometry margin = const EdgeInsets.all(16), double spacing = 12.0, BorderRadius borderRadius = const BorderRadius.all(Radius.circular(8.0))})
const
NomoSnackBarThemeData.from(NomoSnackBarColorData colors, NomoSnackBarSizingData sizing, NomoSnackBarConstants constants)
factory

Properties

backgroundColor Color
final
border BorderSide
final
borderRadius BorderRadius
final
elevation double
final
foregroundColor Color
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
margin EdgeInsetsGeometry
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spacing double
final

Methods

copyWith([NomoSnackBarThemeDataNullable? override]) NomoSnackBarThemeData
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