SimpleTextComponentEditor constructor Null safety

const SimpleTextComponentEditor(
  1. {dynamic super}
)

Implementation

const SimpleTextComponentEditor({
  super.key,
  required this.app,
});