LoadingPage constructor

const LoadingPage(
  1. {Key? key}
)

Create an instance of this page.

Implementation

const LoadingPage({
  super.key,
});