selection static method

TextField selection([
  1. bool enable = true
])

Implementation

static TextField selection([bool enable = true]) =>
    enableInteractiveSelection(enable);