caption static method

TextStyle caption(
  1. BuildContext context
)

Implementation

static material.TextStyle caption(material.BuildContext context) {
  return material.Theme.of(context).textTheme.caption!;
}