show method
Implementation
void show(BuildContext context) {
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(backgroundColor: backgroundColor, content: this),
);
}
void show(BuildContext context) {
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(backgroundColor: backgroundColor, content: this),
);
}