endButtonStyle property

ButtonStyle endButtonStyle
final

Implementation

static final ButtonStyle endButtonStyle = ElevatedButton.styleFrom(
    backgroundColor: Colors.red,
    foregroundColor: Colors.white,
    padding: EdgeInsets.all(20),
    shape: CircleBorder());