Loading constructor

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

Implementation

const Loading({Key? key, this.width, this.color}) : super(key: key);