LoaderContent constructor

const LoaderContent(
  1. {Key? key}
)

Implementation

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