const CropAspectRatio({required this.ratioX, required this.ratioY}) : assert(ratioX > 0.0 && ratioY > 0.0);