selectText method

Widget selectText()

select-text - 允许文本选择

Implementation

Widget selectText() {
  return SelectionArea(
    child: this,
  );
}