getLabelText method

  1. @override
String getLabelText(
  1. BuildContext context
)
override

Implementation

@override
String getLabelText(BuildContext context) {
  final TxLocalizations localizations = TxLocalizations.of(context);
  return localizations.recentYearsLabel(value);
}