Mark class 
 
    
    
  
    Constructors
    
        - 
          Mark({required String id, MarkOptions? options})
        
- 
          
        
- 
          Mark.bold({FontWeight? fontWeight, MarkOptions? options})
        
- 
          Create a default bold token with the id bfactory 
- 
          Mark.icon({MarkOptions? options, IconThemeData? iconThemeBuilder(BuildContext context, String text, String payload)?, bool iconBefore = true, WrapCrossAlignment crossAlignment = WrapCrossAlignment.center, WrapAlignment alignment = WrapAlignment.center, PlaceholderAlignment placeholderAlignment = PlaceholderAlignment.bottom, double spacing = 4})
        
- 
          Create a default icon token with the id iconfactory 
- 
          Mark.italic({MarkOptions? options})
        
- 
          Create a default bold token with the id ifactory 
- 
          Mark.link({MarkOptions? options})
        
- 
          Create a default bold token with the id lkfactory 
- 
          Mark.mail(String mailSubject, {MarkOptions? options})
        
- 
          Create a default bold token with the id mailfactory 
 
    
  
    
  
    Methods
    
        - 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited