Widget radiusRight(double value) => ClipRRect( borderRadius: BorderRadius.horizontal(right: Radius.circular(value)), child: this);