body2 static method

TextStyle body2(
  1. BuildContext context
)

Implementation

static TextStyle body2(BuildContext context) =>
    Theme.of(context).textTheme.bodyText2 ?? const TextStyle();