top property
BorderRadius
get
top
Implementation
BorderRadius get top {
return BorderRadius.only(topLeft: this.topLeft, topRight: this.topRight);
}
BorderRadius get top {
return BorderRadius.only(topLeft: this.topLeft, topRight: this.topRight);
}