aspectRatioParts property

Iterable<String> get aspectRatioParts

Returns the parts of the aspect ratio as an iterable of strings.

Implementation

Iterable<String> get aspectRatioParts => aspectRatioString.split(":");