AlwaysKeepCursorEndTextEditingController constructor

AlwaysKeepCursorEndTextEditingController({
  1. String? text,
})

Implementation

AlwaysKeepCursorEndTextEditingController({String? text}) : super(text: text);