topItemShape property
ShapeBorder
get
topItemShape
Implementation
ShapeBorder get topItemShape => hidden
? getBorder()
: vertical
? getBorder(const BorderRadius.vertical(top: Radius.circular(20.0)))
: getBorder(const BorderRadius.only(topLeft: Radius.circular(20.0)));