body2 static method

TextStyle? body2(
  1. BuildContext context
)

Implementation

static TextStyle? body2(BuildContext context){
  return Theme.of(context).textTheme.bodyText1;
}