dark property

Uri get dark

The icon path for the dark theme.

Implementation

_i3.Uri get dark => _i5.getProperty(
      this,
      'dark',
    );
set dark (Uri value)

Implementation

set dark(_i3.Uri value) {
  _i5.setProperty(
    this,
    'dark',
    value,
  );
}