pullToRefresh property

  1. @override
String get pullToRefresh
override

Pull-to-refresh prompt shown before the trigger distance is reached.

The concrete default keeps this addition backward-compatible for custom localization implementations that predate the refresher component.

Implementation

@override
String get pullToRefresh => 'Pull to refresh';