AspectRatio constructor
Create an aspect ratio from the given numerator and optional denominator. The property is defined
as num / denom. If denom is omitted, it is assumed to be 1.
Implementation
const factory AspectRatio(int num, [int? denom]) = _AspectRatio;