boldText property
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;
The platform is requesting that text be rendered at a bold font weight.
Only supported on iOS and Android API 31+.
bool get boldText => _kBoldTextIndex & _index != 0;