toH1Text method

Text toH1Text(
  1. dynamic context
)

to H1 heading Text

Implementation

Text toH1Text(context) => Text(
      this,
      style: Theme.of(context).textTheme.headline1,
    );