JidoujishoTextSelection constructor

JidoujishoTextSelection(
  1. {required String text,
  2. TextRange range = TextRange.empty}
)

Initialise an instance of this entity.

Implementation

JidoujishoTextSelection({
  required this.text,
  this.range = TextRange.empty,
});