imageLoader constructor

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

Implementation

const imageLoader({this.color, this.size, super.key});