center method

  1. @override
ToastStyle center({
  1. bool? isAnimate,
})
override

Set align center for animation

Implementation

@override
ToastStyle center({bool? isAnimate}) {
  return super.center(isAnimate: isAnimate) as ToastStyle;
}