toCaption method

Text toCaption(
  1. dynamic context
)

to Caption

Implementation

Text toCaption(context) => Text(
      this,
      style: Theme.of(context).textTheme.caption,
    );