Loader constructor

const Loader({
  1. Key? key,
  2. double? size,
  3. Color? color,
  4. double? thickness = 1.0,
})

Implementation

const Loader({super.key, this.size, this.color, this.thickness = 1.0});