body3 static method

TextStyle body3(
  1. Color color
)

Implementation

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