shape property

ShapeBorder shape
final

By default, the value is

RoundedRectangleBorder(
  borderRadius: BorderRadius.all(Radius.circular(8.0)),
)

Implementation

final ShapeBorder shape;