allSizes property

List<String> get allSizes

Get all available standard sizes

Implementation

static List<String> get allSizes => [
      square256,
      square512,
      square1024,
      landscape1792x1024,
      portrait1024x1792,
      landscape1344x768,
      portrait768x1344,
      landscape1536x640,
      portrait640x1536,
    ];