props property

  1. @override
List<Object?> get props

Implementation

@override
get props => [
      color,
      size,
      weight,
      grade,
      opticalSize,
      shadows,
      textDirection,
      applyTextScaling,
      fill,
      animated,
    ];