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