shape property

ShapeBorder get shape

Implementation

ShapeBorder get shape => hidden
    ? getBorder()
    : vertical
        ? getBorder(const BorderRadius.vertical(top: Radius.circular(20.0)))
        : getBorder(
            const BorderRadius.horizontal(left: Radius.circular(20.0)));