props property

  1. @override
List<Object?> get props

Implementation

@override
get props => [
      fontFamily,
      fontWeight,
      fontStyle,
      fontSize,
      letterSpacing,
      wordSpacing,
      textBaseline,
      color,
      backgroundColor,
      shadows,
      fontFeatures,
      decoration,
      decorationColor,
      decorationStyle,
      debugLabel,
      locale,
      height,
      background,
      foreground,
      decorationThickness,
      fontFamilyFallback,
      ref,
    ];