T rightRounded({double? value}) { roundedValue = value ?? 15.0; radiusGeometry = BorderRadius.horizontal(right: Radius.circular(roundedValue!)); return _childToRound; }