getMediumGrayTextStyle function

dynamic getMediumGrayTextStyle()

Implementation

getMediumGrayTextStyle() {
  return TextStyle(fontWeight: FontWeight.w400, color: kGray, fontSize: contentSize);
}