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