TextStyleSubject extension

Allows accessing various properties of TextStyle.

on

Properties

fontSize Subject<double>
A Subject<double> representing the fontSize of the TextStyle. If the fontSize is not explicitly set, it defaults to 14.
no setter
fontStyle Subject<FontStyle>
A Subject<FontStyle> representing the fontStyle of the TextStyle. If the fontStyle is not explicitly set, it defaults to FontStyle.normal.
no setter
fontWeight Subject<FontWeight>
A Subject<FontWeight> representing the fontWeight of the TextStyle. If the fontWeight is not explicitly set, it defaults to FontWeight.normal.
no setter
letterSpacing Subject<double>
Gets a Subject<double> representing the letterSpacing of the TextStyle. If the letterSpacing is not explicitly set, it defaults to 0.
no setter