@override String? wrapper(String? child) { if (_opacity == null) return child; return "Opacity(opacity: $_opacity, child: $child)"; }