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