Console constructor Null safety
Implementation
const Console(
{Key? key,
required this.item,
required this.cmds,
required this.afterInit})
: super(key: key);
const Console(
{Key? key,
required this.item,
required this.cmds,
required this.afterInit})
: super(key: key);