semiTxt property

TextStyle semiTxt
getter/setter pair

Implementation

static TextStyle semiTxt = const TextStyle(
  color: Clr.white,
  fontWeight: FontWeight.w500,
);