@override String? wrapper(String? child) { if (_ratio == null) return child; return "AspectRatio(aspectRatio: $_ratio, child: $child)"; }