large property

TextModifier get large

Implementation

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