getMediumWhiteTextStyle function

dynamic getMediumWhiteTextStyle()

Implementation

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