LoaderProps constructor
const
LoaderProps({
- LoaderVariant variant = LoaderVariant.spinner,
- String size = '32px',
- String? color,
- String strokeWidth = '3px',
- String dotSize = '8px',
Implementation
const LoaderProps({
this.variant = LoaderVariant.spinner,
this.size = '32px',
this.color,
this.strokeWidth = '3px',
this.dotSize = '8px',
});