scrimOnTapHint method
- String modalRouteContentName
override
Hint text announced when tapping on the scrim underneath the content of a modal route.
Implementation
@override
String scrimOnTapHint(String modalRouteContentName) {
final String text = scrimOnTapHintRaw;
return text.replaceFirst(r'$modalRouteContentName', modalRouteContentName);
}