shape property

ShapeBorder shape

Implementation

ShapeBorder get shape => RoundedRectangleBorder(
      borderRadius: BorderRadius.vertical(
        top: Radius.circular((rounded) ? 12 : 0),
      ),
    );