textSmall property

TextModifier get textSmall

Implementation

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