ResponseWindow constructor Null safety
Implementation
const ResponseWindow({
required this.flex,
this.backgroundColor = Colors.white,
this.textColor = Colors.black,
this.fontSize = 14.0,
Key? key,
}) : super(key: key);
const ResponseWindow({
required this.flex,
this.backgroundColor = Colors.white,
this.textColor = Colors.black,
this.fontSize = 14.0,
Key? key,
}) : super(key: key);