asNiku property

NikuTextStyle asNiku

Implementation

NikuTextStyle get asNiku => NikuTextStyle(
      inherit: this.inherit,
      color: this.color,
      backgroundColor: this.backgroundColor,
      fontFamily: this.fontFamily,
      fontFamilyFallback: this.fontFamilyFallback,
      fontSize: this.fontSize,
      fontWeight: this.fontWeight,
      fontStyle: this.fontStyle,
      letterSpacing: this.letterSpacing,
      wordSpacing: this.wordSpacing,
      textBaseline: this.textBaseline,
      height: this.height,
      leadingDistribution: this.leadingDistribution,
      locale: this.locale,
      foreground: this.foreground,
      background: this.background,
      decoration: this.decoration,
      decorationColor: this.decorationColor,
      decorationStyle: this.decorationStyle,
      decorationThickness: this.decorationThickness,
      debugLabel: this.debugLabel,
      shadows: this.shadows,
      fontFeatures: this.fontFeatures,
      overflow: this.overflow,
    );