top property

Implementation

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