OnairosDataRequestsOverlay constructor
const
OnairosDataRequestsOverlay({})
Implementation
const OnairosDataRequestsOverlay({
Key? key,
required this.data,
required this.username,
required this.modelKey,
required this.onResolved,
required this.appName,
this.darkMode = false,
}) : super(key: key);