props property

  1. @override
List<Object?> get props
inherited

The properties based on which equality and hash code are computed.

Implementation

@override
List<Object?> get props => [
  $background,
  $backgroundColor,
  $color,
  $debugLabel,
  $decoration,
  $decorationColor,
  $decorationStyle,
  $decorationThickness,
  $fontFamily,
  $fontFamilyFallback,
  $fontFeatures,
  $fontSize,
  $fontStyle,
  $fontVariations,
  $fontWeight,
  $foreground,
  $height,
  $inherit,
  $letterSpacing,
  $shadows,
  $textBaseline,
  $wordSpacing,
];