body5 static method

TextStyle body5(
  1. Color color
)

Implementation

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