const BorderRadius.vertical({ Radius top = Radius.zero, Radius bottom = Radius.zero, }) : this.only( topLeft: top, topRight: top, bottomLeft: bottom, bottomRight: bottom, );