AspectRatioOption constructor
The AspectRatioOption constructor requires a title
parameter and
Implementation
const AspectRatioOption({
required this.title,
this.ratio,
});
The AspectRatioOption constructor requires a title
parameter and
const AspectRatioOption({
required this.title,
this.ratio,
});