priority property

num get priority

The priority of the item. A higher value item will be shown more to the left.

Implementation

_i2.num get priority => _i5.getProperty(
      this,
      'priority',
    );
set priority (num value)

Implementation

set priority(_i2.num value) {
  _i5.setProperty(
    this,
    'priority',
    value,
  );
}