Skip to content

Commit

Permalink
🚨 linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuta1409 committed May 31, 2024
1 parent ae26e71 commit f898dfb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ class ClassGroupPage extends StatelessWidget {
} else if (classState is ClassGroupError) {
WidgetsBinding.instance.addPostFrameCallback((_) {
Fluttertoast.showToast(
msg: AppLocalizations.of(context)!.errors_code(classState.message),
msg: AppLocalizations.of(context)!
.errors_code(classState.message),
toastLength: Toast.LENGTH_LONG,
gravity: ToastGravity.BOTTOM,
textColor: Colors.white,
Expand Down

0 comments on commit f898dfb

Please sign in to comment.