Commit 5978a973 by Karthik Ponnam Committed by GitHub

Updated Class name

parent 64f5542e
...@@ -42,7 +42,7 @@ import 'package:fluttertoast/fluttertoast.dart'; ...@@ -42,7 +42,7 @@ import 'package:fluttertoast/fluttertoast.dart';
## Toast with No Build Context ## Toast with No Build Context
```dart ```dart
FlutterToast.showToast( Fluttertoast.showToast(
msg: "This is Center Short Toast", msg: "This is Center Short Toast",
toastLength: Toast.LENGTH_SHORT, toastLength: Toast.LENGTH_SHORT,
gravity: ToastGravity.CENTER, gravity: ToastGravity.CENTER,
...@@ -69,7 +69,7 @@ FlutterToast.showToast( ...@@ -69,7 +69,7 @@ FlutterToast.showToast(
### To cancel all the toasts call ### To cancel all the toasts call
```dart ```dart
FlutterToast.cancel() Fluttertoast.cancel()
``` ```
### Custom Toast For Android ### Custom Toast For Android
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment