ThetaSyntaxWindow constructor Null safety

const ThetaSyntaxWindow(
  1. {Key? key,
  2. int flex = 10,
  3. double fontSize = 18}
)

Implementation

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