Sc2GetOptionsButtonSimple constructor Null safety
Implementation
const Sc2GetOptionsButtonSimple({
this.fontSize = 14.0,
this.textColor = Colors.black,
this.backgroundColor = Colors.white,
this.label = 'SC2 Get Options',
Key? key,
}) : super(key: key);