VxSelectableTextBuilder.existing constructor

VxSelectableTextBuilder.existing(
  1. String _text,
  2. TextStyle? _textStyle
)

Implementation

VxSelectableTextBuilder.existing(String this._text, this._textStyle) {
  setChildToColor(this);
}