Loading constructor

const Loading({
  1. Key? key,
  2. Color? loadingColor,
})

Implementation

const Loading({super.key, this.loadingColor});