Loader constructor

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

Implementation

const Loader({this.size, this.stroke = 4.0, this.color, super.key});