padding property

EdgeInsets? padding
final

Padding around the progress indicator. Falls back to EdgeInsets.symmetric(horizontal: 16, vertical: 8) when null.

Implementation

final EdgeInsets? padding;