EntityLoaderScreen constructor

const EntityLoaderScreen(
  1. {Key? key,
  2. required String entityID}
)

Implementation

const EntityLoaderScreen({super.key, required this.entityID});