LoadingState constructor

LoadingState(
  1. Indicator? indicator,
  2. double size
)

Implementation

LoadingState(this.indicator, this.size);