TextBox constructor Null safety

const TextBox(
  1. {Key? key,
  2. String? hintText}
)

Implementation

const TextBox({
  super.key,
  this.hintText,
});