Toast.create constructor

Toast.create(
  1. BuildContext context
)

Creates a new Toast instance bound to the given context.

Implementation

factory Toast.create(BuildContext context) => Toast._(context);