percentHint property

CSSNumericBaseType? percentHint

Implementation

_i3.CSSNumericBaseType? get percentHint => switch (_i4.getProperty(
      this,
      'percentHint',
    )) {
      _i2.String name => _i3.CSSNumericBaseTypeOptions.values.byName(name),
      _ => null
    };
void percentHint=(CSSNumericBaseType? value)

Implementation

set percentHint(_i3.CSSNumericBaseType? value) {
  _i4.setProperty(
    this,
    'percentHint',
    value?.name ?? _i6.undefined ?? _i6.undefined,
  );
}