boldText property

bool boldText

The platform is requesting that text be rendered at a bold font weight.

Only supported on iOS.

Implementation

bool get boldText => _kBoldTextIndex & _index != 0;