elevatedButtonShape property

OutlinedBorder elevatedButtonShape
getter/setter pair

Implementation

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