noShade property

bool get noShade

Sets or retrieves whether the horizontal rule is drawn with 3-D shading. @deprecated

Implementation

_i2.bool get noShade => _i4.getProperty(
      this,
      'noShade',
    );
set noShade (bool value)

Implementation

set noShade(_i2.bool value) {
  _i4.setProperty(
    this,
    'noShade',
    value,
  );
}