styleTextButtonPrimary method
Implementation
ButtonStyle styleTextButtonPrimary() {
return styleTextButton(
color: colorPrimary,
textColor: colorOnPrimary,
);
}
ButtonStyle styleTextButtonPrimary() {
return styleTextButton(
color: colorPrimary,
textColor: colorOnPrimary,
);
}