selectAll method

Widget selectAll()

select-all - 允许选择所有内容

Implementation

Widget selectAll() {
  return SelectionContainer(
    child: this,
  );
}