props property

List<Object?> props

Implementation

List<Object?> get props => [
      fontName,
      size,
      weight,
      style,
      decoration,
      color,
    ];