bodySmall method

Text bodySmall(
  1. BuildContext context, {
  2. Key? key,
})

Implementation

Text bodySmall(BuildContext context, {Key? key}) => _styledText(
  context,
  TextStyle(fontSize: Theme.of(context).textTheme.bodySmall?.fontSize),
  key,
);