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