small property

TextModifier get small

Implementation

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