letterSpacing property

LetterSpacing get letterSpacing

Implementation

_i3.LetterSpacing get letterSpacing => _i5.getProperty(
      this,
      'letterSpacing',
    );
set letterSpacing (LetterSpacing value)

Implementation

set letterSpacing(_i3.LetterSpacing value) {
  _i5.setProperty(
    this,
    'letterSpacing',
    value,
  );
}