danger method
Implementation
ButtonStyle danger() {
return _join(ButtonStyle(
backgroundColor: WidgetStatePropertyAll(Style.colors.danger),
foregroundColor: WidgetStatePropertyAll(Style.colors.secondary),
));
}
ButtonStyle danger() {
return _join(ButtonStyle(
backgroundColor: WidgetStatePropertyAll(Style.colors.danger),
foregroundColor: WidgetStatePropertyAll(Style.colors.secondary),
));
}