Sc2GetOptionsButtonSimple constructor Null safety

const Sc2GetOptionsButtonSimple(
  1. {double fontSize = 14.0,
  2. Color textColor = Colors.black,
  3. Color backgroundColor = Colors.white,
  4. String label = 'SC2 Get Options',
  5. Key? key}
)

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);