Z1GetOptionsButtonSimple constructor Null safety

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

Implementation

const Z1GetOptionsButtonSimple({
  this.fontSize = 14.0,
  this.textColor = Colors.black,
  this.backgroundColor = Colors.white,
  this.label = 'Z1 Get Options',
  Key? key,
}) : super(key: key);