Loader constructor

const Loader(
  1. {Key? key}
)

Implementation

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