semanticWeight property

  1. @JsonKey.new(includeIfNull: false)
  2. @override
SemanticWeight? semanticWeight
final

Indicates how the font weight was overridden when there is a text style override.

Implementation

@JsonKey(includeIfNull: false)
@override
final SemanticWeight? semanticWeight;