fontId property
      
      String
      get
      fontId
      
    
    
The font ID. The empty string means to fallback to the global script font setting.
Implementation
String get fontId => _wrapped.fontId;
      
      set
      fontId
      (String v) 
      
    
    
    
Implementation
set fontId(String v) {
  _wrapped.fontId = v;
}