inherit property Null safety
final
Whether null values are replaced with their value in an ancestor text style (e.g., in a TextSpan tree).
If this is false, properties that don't have explicit values will revert to the defaults: white in color, a font size of 14 pixels, in a sans-serif font face.
Implementation
final bool inherit;