You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should public custom position builder with gravity like below. I tried to create a pull request but looks like I don't have permission to create new branch.
/// Signature for a function to buildCustom Toast
typedef PositionedToastBuilder = Widget Function(
BuildContext context, Widget child, ToastGravity? gravity);
The text was updated successfully, but these errors were encountered:
You should public custom position builder with gravity like below. I tried to create a pull request but looks like I don't have permission to create new branch.
/// Signature for a function to buildCustom Toast
typedef PositionedToastBuilder = Widget Function(
BuildContext context, Widget child, ToastGravity? gravity);
The text was updated successfully, but these errors were encountered: