AppLoader constructor

const AppLoader({
  1. Key? key,
  2. Color? color,
  3. double size = 40.0,
})

Implementation

const AppLoader({super.key, this.color, this.size = 40.0});