Loading constructor

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

Implementation

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