getStyle method
Implementation
@override
TextStyle? getStyle(final BuildContext context) =>
Theme.of(context).textTheme.labelLarge?.copyWith(color: Colors.grey);
@override
TextStyle? getStyle(final BuildContext context) =>
Theme.of(context).textTheme.labelLarge?.copyWith(color: Colors.grey);