SunnyProgressIndicator<T> constructor
const
SunnyProgressIndicator<T> ({})
Implementation
const SunnyProgressIndicator({
Key? key,
required this.tracker,
this.size,
this.circular = true,
this.showPercent = false,
this.showTask = false,
this.background,
this.builder,
}) : super(key: key);