Toast.create constructor
Toast.create(
- BuildContext context
Creates a new Toast instance bound to the given context.
Implementation
factory Toast.create(BuildContext context) => Toast._(context);
Creates a new Toast instance bound to the given context.
factory Toast.create(BuildContext context) => Toast._(context);