body2 static method

TextStyle body2(
  1. Color color
)

Implementation

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