randomImage method

String randomImage({
  1. int width = 1080,
  2. int height = 720,
})

Implementation

String randomImage({int width = 1080, int height = 720}) =>
    "https://picsum.photos/$width/$height?random=$this";