toBodyText1 method

Text toBodyText1(
  1. dynamic context
)

to Body Text 1

Implementation

Text toBodyText1(context) => Text(
      this,
      style: Theme.of(context).textTheme.bodyText1,
    );