isPinned property

bool get isPinned

Whether or not the tab is pinned (pin icon is present).

Implementation

_i2.bool get isPinned => _i5.getProperty(
      this,
      'isPinned',
    );