toH3Text method

Text toH3Text(
  1. dynamic context
)

to H3 heading Text

Implementation

Text toH3Text(context) => Text(
      this,
      style: Theme.of(context).textTheme.headline3,
    );