BlockInputController(this.size, {String? text}) : super(text == null ? BlockEditingValue.empty : BlockEditingValue(text: text));