secondary property
Implementation
static final ButtonStyle secondary = ButtonStyle(
backgroundColor: WidgetStateProperty.all(Colors.white),
foregroundColor: WidgetStateProperty.all(SepteoColors.blue.shade900),
shape: WidgetStateProperty.all(
RoundedRectangleBorder(
borderRadius: BorderRadius.circular(SepteoSpacings.xs),
),
),
);