centerBottom method

ToastItem centerBottom(
  1. double y
)

Implementation

ToastItem centerBottom(double y) {
  alignment = Alignment(0, y);
  return this;
}