imageProviderFor static method

ImageProvider<Object> imageProviderFor(
  1. String path
)

Implementation

static ImageProvider imageProviderFor(String path) {
  return NetworkImage("https://placehold.co/110x110/FFA726/ffffff?text=POS");
}