TextStyleData.tokenRef constructor

const TextStyleData.tokenRef(
  1. TextStyleRef tokenRef
)

Implementation

const TextStyleData.tokenRef(TextStyleRef tokenRef)
    : ref = tokenRef,
      background = null,
      backgroundColor = null,
      color = null,
      debugLabel = null,
      decoration = null,
      decorationColor = null,
      decorationStyle = null,
      decorationThickness = null,
      fontFamily = null,
      fontFamilyFallback = null,
      fontFeatures = null,
      fontSize = null,
      fontStyle = null,
      fontWeight = null,
      foreground = null,
      height = null,
      letterSpacing = null,
      locale = null,
      shadows = null,
      textBaseline = null,
      wordSpacing = null;