bottom property

BorderRadius bottom

Implementation

BorderRadius get bottom {
  return BorderRadius.only(
      bottomLeft: this.bottomLeft, bottomRight: this.bottomRight);
}