portraitSizes property

List<({int height, int width})> portraitSizes
final

Stated portrait-first even for a landscapeOnly slot, so the table reads one way; accepts is what applies the orientation rule.

Implementation

final List<({int width, int height})> portraitSizes;