BaseStatefulPageView constructor

BaseStatefulPageView({
  1. int animationDelay = 1,
})

Implementation

BaseStatefulPageView({
  this.animationDelay = 1,
});