Loading constructor

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

Implementation

const Loading({
  Key? key,
}) : super(key: key);