selectionArea method

SelectionArea selectionArea()

Implementation

SelectionArea selectionArea() {
  return SelectionArea(child: this);
}