TGIconHeaderWidget constructor

const TGIconHeaderWidget({
  1. Key? key,
  2. Color? backgroundColor,
  3. required RefreshMode refreshState,
  4. required double refreshIndicatorExtent,
  5. required TDLoadingIcon loadingIcon,
})

Implementation

const TGIconHeaderWidget({
  Key? key,
  this.backgroundColor,
  required this.refreshState,
  required this.refreshIndicatorExtent,
  required this.loadingIcon,
}) : super(key: key);