ThetaSyntaxWindow constructor Null safety
Implementation
const ThetaSyntaxWindow({
Key? key,
this.flex = 10,
this.fontSize = 18,
}) : super(key: key);
const ThetaSyntaxWindow({
Key? key,
this.flex = 10,
this.fontSize = 18,
}) : super(key: key);