props property

  1. @override
List<Object?> get props

Implementation

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