extraBold property
VxSelectableTextBuilder
get
extraBold
Sets FontWeight to FontWeight.w800
Implementation
VxSelectableTextBuilder get extraBold =>
_fontWeightedText(child: this, weight: FontWeight.w800);