Sc2GetOptionsButton constructor Null safety

const Sc2GetOptionsButton(
  1. {Key? key,
  2. ButtonStyle? style,
  3. FocusNode? focusNode,
  4. bool autofocus = false,
  5. Clip clipBehavior = Clip.none,
  6. String label = 'SC2 Get Options'}
)

Implementation

const Sc2GetOptionsButton({
  Key? key,
  this.style,
  this.focusNode,
  this.autofocus = false,
  this.clipBehavior = Clip.none,
  this.label = 'SC2 Get Options',
}) : super(key: key);