padding property
Padding around the progress indicator.
Falls back to EdgeInsets.symmetric(horizontal: 16, vertical: 8) when null.
Implementation
final EdgeInsets? padding;
Padding around the progress indicator.
Falls back to EdgeInsets.symmetric(horizontal: 16, vertical: 8) when null.
final EdgeInsets? padding;