SnackBar-flutter
يكشنبه, ۴ ارديبهشت ۱۴۰۱، ۱۰:۲۳ ب.ظ
ScaffoldMessenger.of(context).showSnackBar(const SnackBar(
content: Text("Could not open URL."),
duration: Duration(seconds: 1),
));
- ۰۱/۰۲/۰۴
ScaffoldMessenger.of(context).showSnackBar(const SnackBar(
content: Text("Could not open URL."),
duration: Duration(seconds: 1),
));