textSmall property

TextModifier get textSmall

Applies small text style.

Implementation

TextModifier get textSmall => WrappedText(
      style: (context, theme) => theme.typography.textSmall,
      child: this,
    );