dark property

Overwrite options for dark themes.

Implementation

_i3.ThemableDecorationRenderOptions? get dark => _i5.getProperty(
      this,
      'dark',
    );

Implementation

set dark(_i3.ThemableDecorationRenderOptions? value) {
  _i5.setProperty(
    this,
    'dark',
    value ?? _i6.undefined,
  );
}