regularTextStyleWithColor method

TextStyle regularTextStyleWithColor(
  1. Color? color
)

Implementation

TextStyle regularTextStyleWithColor(Color? color) =>
    regularTextStyle.copyWith(color: color);