elevatedButtonShape property Null safety

OutlinedBorder elevatedButtonShape
read / write

Implementation

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