body1 static method

TextStyle body1(
  1. Color color
)

Implementation

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