nullableBoldText property

bool? nullableBoldText

Returns whether bold text is enabled for the nearest MediaQuery ancestor or null if no such ancestor exists.

Implementation

bool? get nullableBoldText => MediaQuery.maybeBoldTextOf(this);