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