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