equizz
snack_bar
ErrorMessageSnackBar
ErrorMessageSnackBar const constructor
ErrorMessageSnackBar
ErrorMessageSnackBar
constructor
Null safety
const
ErrorMessageSnackBar
(
{
Key
?
key
,
required
String
message
}
)
Implementation
const ErrorMessageSnackBar({ Key? key, required this.message }) : super(key: key);
equizz
snack_bar
ErrorMessageSnackBar
ErrorMessageSnackBar const constructor
ErrorMessageSnackBar class
Constructors
ErrorMessageSnackBar
Properties
hashCode
key
message
runtimeType
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==