toH2Text method

Text toH2Text(
  1. dynamic context
)

to H2 heading Text

Implementation

Text toH2Text(context) => Text(
      this,
      style: Theme.of(context).textTheme.headline2,
    );