toggleButtonStyle property
Implementation
static ButtonStyle toggleButtonStyle = ElevatedButton.styleFrom(
backgroundColor: Colors.white,
foregroundColor: primaryBlue,
elevation: 2,
shape: const CircleBorder(),
);
static ButtonStyle toggleButtonStyle = ElevatedButton.styleFrom(
backgroundColor: Colors.white,
foregroundColor: primaryBlue,
elevation: 2,
shape: const CircleBorder(),
);