static String loremPicsum({ final double width = 1000, final double height = 1000, }) => "https://picsum.photos/id/${Random.secure().nextInt(300)}/${width.toInt()}/${height.toInt()}";