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