styleTextButtonPrimary method

ButtonStyle styleTextButtonPrimary()
inherited

Implementation

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