boldText property

bool boldText

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

Only supported on iOS and Android API 31+.

Implementation

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