toH6Text method

Text toH6Text(
  1. dynamic context
)

to H6 heading Text

Implementation

Text toH6Text(context) => Text(
      this,
      style: Theme.of(context).textTheme.headline6,
    );