SILFancyLoading constructor

const SILFancyLoading({
  1. required Color? color,
  2. SILFancyLoadingType type = SILFancyLoadingType.cubeGrid,
  3. double size = 50,
})

Implementation

const SILFancyLoading(
    {required this.color,
    this.type = SILFancyLoadingType.cubeGrid,
    this.size = 50});