GameOliveDialogBox constructor

const GameOliveDialogBox({
  1. Key? key,
  2. required Gameolive instance,
  3. LaunchConfig? gameLaunchConfig,
})

Implementation

const GameOliveDialogBox(
    {Key? key, required this.instance, this.gameLaunchConfig})
    : super(key: key);