elevatedButtonShape property

OutlinedBorder elevatedButtonShape
read / write

Implementation

static OutlinedBorder elevatedButtonShape = RoundedRectangleBorder(
  borderRadius: new BorderRadius.circular(16.0),
);