boldText property
The platform is requesting that text be rendered at a bold font weight.
Only supported on iOS.
Implementation
bool get boldText => _kBoldTextIndex & _index != 0;
The platform is requesting that text be rendered at a bold font weight.
Only supported on iOS.
bool get boldText => _kBoldTextIndex & _index != 0;