body4 static method

TextStyle body4(
  1. Color color
)

Implementation

static TextStyle body4(Color color) {
  return TextStyle(fontSize: 15.0, fontWeight: FontWeight.w400, color: color);
}