Loading constructor
const
Loading({})
Implementation
const Loading(
{Key? key,
this.text,
this.color,
this.size: Style.loadingSpinnerSize,
this.textSize: Style.loadingTextFontSize,
this.vertical: false,
this.loading})
: super(key: key);