CounterRefreshState constructor
const
CounterRefreshState({
- Key? key,
- String? title,
- VoidCallback? onRefreshed,
Implementation
const CounterRefreshState({Key? key, this.title, this.onRefreshed})
: super(key: key);