regularTextStyleWithColor method

TextStyle regularTextStyleWithColor(
  1. Color? color, {
  2. Color? backgroundColor,
})

Implementation

TextStyle regularTextStyleWithColor(Color? color, {Color? backgroundColor}) =>
    regularTextStyle.copyWith(color: color, backgroundColor: backgroundColor);