regularTxt property

TextStyle regularTxt
getter/setter pair

Implementation

static TextStyle regularTxt = const TextStyle(
  color: Clr.white,
  fontWeight: FontWeight.w400,
);