MotionInfinitySymbolPainter constructor

MotionInfinitySymbolPainter({
  1. required double pullProgress,
  2. required double refreshProgress,
  3. required bool isRefreshing,
  4. required Color color,
  5. required double strokeWidth,
  6. required bool glowEnabled,
})

Implementation

MotionInfinitySymbolPainter({
  required this.pullProgress,
  required this.refreshProgress,
  required this.isRefreshing,
  required this.color,
  required this.strokeWidth,
  required this.glowEnabled,
});