body1 static method

TextStyle body1(
  1. BuildContext context
)

Implementation

static TextStyle body1(BuildContext context) =>
    Theme.of(context).textTheme.bodyText1 ?? const TextStyle();