selectionDirection property

SelectionDirectionOptions selectionDirection

Implementation

_i3.SelectionDirectionOptions get selectionDirection =>
    _i3.SelectionDirectionOptions.values.byName(_i4.getProperty(
      this,
      'selectionDirection',
    ));
void selectionDirection=(SelectionDirectionOptions value)

Implementation

set selectionDirection(_i3.SelectionDirectionOptions value) {
  _i4.setProperty(
    this,
    'selectionDirection',
    value.name,
  );
}