getWhiteTextStyle function

dynamic getWhiteTextStyle()

Implementation

getWhiteTextStyle() {
  return const TextStyle(fontWeight: FontWeight.w500, color: Colors.white, fontSize: 14);
}