LineSpinnerStatic constructor
const
LineSpinnerStatic({})
Implementation
const LineSpinnerStatic({
Key? key,
this.color = Colors.orange,
this.size = 'medium',
this.text,
this.textColor,
this.customSize,
}) : super(key: key);