letterSpacing property

String? get letterSpacing

CSS styling property that will be applied to text enclosed by a decoration.

Implementation

_i2.String? get letterSpacing => _i5.getProperty(
      this,
      'letterSpacing',
    );
set letterSpacing (String? value)

Implementation

set letterSpacing(_i2.String? value) {
  _i5.setProperty(
    this,
    'letterSpacing',
    value ?? _i6.undefined,
  );
}