toSubtitle2 method

Text toSubtitle2(
  1. dynamic context
)

to Sub Title2

Implementation

Text toSubtitle2(context) => Text(
      this,
      style: Theme.of(context).textTheme.subtitle2,
    );