caption static method

TextStyle? caption(
  1. BuildContext context
)

Implementation

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