getLoadingIndicator static method
Implementation
static Widget getLoadingIndicator() {
return Padding(
child: const CircularProgressIndicator(strokeWidth: 3),
padding: EdgeInsets.only(bottom: 16.w));
}
static Widget getLoadingIndicator() {
return Padding(
child: const CircularProgressIndicator(strokeWidth: 3),
padding: EdgeInsets.only(bottom: 16.w));
}