toH5Text method

Text toH5Text(
  1. dynamic context
)

to H5 heading Text

Implementation

Text toH5Text(context) => Text(
      this,
      style: Theme.of(context).textTheme.headline5,
    );