SimpleLoader constructor
const
SimpleLoader({})
Implementation
const SimpleLoader({
super.key,
this.size = 32,
double? strokeWidth,
this.backgroundColor,
this.color,
this.valueColor,
this.center = false,
this.margin,
}) : strokeWidth = strokeWidth ?? size / 10;