TGIconHeaderWidget constructor
const
TGIconHeaderWidget({
- Key? key,
- Color? backgroundColor,
- required RefreshMode refreshState,
- required double refreshIndicatorExtent,
- required TDLoadingIcon loadingIcon,
Implementation
const TGIconHeaderWidget({
Key? key,
this.backgroundColor,
required this.refreshState,
required this.refreshIndicatorExtent,
required this.loadingIcon,
}) : super(key: key);