toBodyText2 method

Text toBodyText2(
  1. dynamic context
)

to Body Text 2

Implementation

Text toBodyText2(context) => Text(
      this,
      style: Theme.of(context).textTheme.bodyText2,
    );