RehaculSnackBar constructor
Implementation
const RehaculSnackBar({
Key? key,
required this.message,
this.textColor,
this.backgroundColor,
required this.height,
}) : super(key: key);
const RehaculSnackBar({
Key? key,
required this.message,
this.textColor,
this.backgroundColor,
required this.height,
}) : super(key: key);