CustomScreenLoader constructor

const CustomScreenLoader({
  1. Key? key,
  2. Color backgroundColor = const Color(0xfff8f8f8),
  3. double height = 30,
  4. double width = 30,
})

Implementation

const CustomScreenLoader({super.key, this.backgroundColor =const Color(0xfff8f8f8), this.height = 30, this.width = 30});