spinProgress property

double spinProgress

Implementation

double get spinProgress => _spinProgress;
void spinProgress=(double value)

Implementation

set spinProgress(double value) {
  _spinProgress = value;
  markNeedsLayout();

  /// 类似 invalidate() 更新了属性要主动刷新下
}