toH4Text method

Text toH4Text(
  1. dynamic context
)

to H4 heading Text

Implementation

Text toH4Text(context) => Text(
      this,
      style: Theme.of(context).textTheme.headline4,
    );