toSubtitle1 method

Text toSubtitle1(
  1. dynamic context
)

to Sub Title1

Implementation

Text toSubtitle1(context) => Text(
      this,
      style: Theme.of(context).textTheme.subtitle1,
    );