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