SILFancyLoading constructor
const
SILFancyLoading({
- required Color? color,
- SILFancyLoadingType type = SILFancyLoadingType.cubeGrid,
- double size = 50,
Implementation
const SILFancyLoading(
{required this.color,
this.type = SILFancyLoadingType.cubeGrid,
this.size = 50});