callButtonStyle property

ButtonStyle callButtonStyle
final

Implementation

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