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