selectionDirection property

String? selectionDirection

Implementation

String? get selectionDirection =>
    js_util.getProperty(this, 'selectionDirection');
void selectionDirection=(String? newValue)

Implementation

set selectionDirection(String? newValue) {
  js_util.setProperty(this, 'selectionDirection', newValue);
}