boldTxt property

TextStyle boldTxt
getter/setter pair

Implementation

static TextStyle boldTxt = const TextStyle(
  color: Clr.white,
  fontWeight: FontWeight.w700,
);