CounterRefreshState constructor

const CounterRefreshState({
  1. Key? key,
  2. String? title,
  3. VoidCallback? onRefreshed,
})

Implementation

const CounterRefreshState({Key? key, this.title, this.onRefreshed})
    : super(key: key);