CSSText class 
 
    
    
  
    
  
    Properties
    
        - 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
 
    
  
    Methods
    
        - 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited 
 
    
  
    
  
    
  
    Static Methods
    
        - 
  getBackground()
    → Paint?
  
  
- 
  
  
- 
  getFontPackage()
    → String?
  
  
- 
  
  
- 
  getLocale()
    → Locale?
  
  
- 
  
  
- 
  getTextBaseLine()
    → TextBaseline
  
  
- 
  
  
- 
  isValidFontSizeValue(String value)
    → bool
  
  
- 
  
  
- 
  isValidFontStyleValue(String value)
    → bool
  
  
- 
  
  
- 
  isValidFontWeightValue(String value)
    → bool
  
  
- 
  
  
- 
  isValidLineHeightValue(String value)
    → bool
  
  
- 
  
  
- 
  isValidTextTextDecorationLineValue(String value)
    → bool
  
  
- 
  
  
- 
  isValidTextTextDecorationStyleValue(String value)
    → bool
  
  
- 
  
  
- 
  parseLineClamp(String value)
    → int?
  
  
- 
  
  
- 
  resolveFontFamilyFallback(String? fontFamily)
    → List<String>
  
  
- 
  
  
- 
  resolveFontSize(String fontSize, RenderStyle renderStyle, String propertyName)
    → CSSLengthValue
  
  
- 
  
  
- 
  resolveFontStyle(String? fontStyle)
    → FontStyle
  
  
- 
  
  
- 
  resolveFontWeight(String? fontWeight)
    → FontWeight
  
  
- 
  
  
- 
  resolveLineHeight(String value, RenderStyle renderStyle, String propertyName)
    → CSSLengthValue?
  
  
- 
  
  
- 
  resolveSpacing(String spacing, RenderStyle renderStyle, String property)
    → CSSLengthValue
  
  
- 
  
  
- 
  resolveTextDecorationLine(String present)
    → TextDecoration
  
  
- 
  In CSS2.1, text-decoration determin the type of text decoration,
but in CSS3, which is text-decoration-line.
  
- 
  resolveTextDecorationStyle(String present)
    → TextDecorationStyle
  
  
- 
  
  
- 
  resolveTextOverflow(String value)
    → TextOverflow
  
  
- 
  
  
- 
  resolveTextShadow(String value, RenderStyle renderStyle, String propertyName)
    → List<Shadow>
  
  
- 
  
  
- 
  resolveWhiteSpace(String value)
    → WhiteSpace
  
  
-