body1 static method

TextStyle? body1(
  1. BuildContext context
)

Implementation

static TextStyle? body1(BuildContext context){
  return Theme.of(context).textTheme.bodyText2;
}