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