refreshTexts constant

List<String> const refreshTexts

Implementation

static const List<String> refreshTexts = <String>[
  'Pull down to refresh',
  'Release to refresh',
  'Refreshing...',
  'Refreshed successfully',
];