InitialTextController constructor
InitialTextController({})
Implementation
InitialTextController({String? text, required this.fixedInitialString, this.fixedInitialStringStyle})
: super(text: '$fixedInitialString${text ?? ''}') {
super.value = value.copyWith(selection: TextSelection.collapsed(offset: fixedInitialString.length));
}