toggleButtonStyle property

ButtonStyle toggleButtonStyle
getter/setter pair

Implementation

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