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