getBlackTextStyle function

dynamic getBlackTextStyle()

Implementation

getBlackTextStyle() {
  return const TextStyle(fontWeight: FontWeight.w500, color: black, fontSize: 14);
}