textButtonStyle static method

ButtonStyle textButtonStyle()

Implementation

static ButtonStyle textButtonStyle() {
  return ButtonStyle(
      overlayColor: MaterialStateColor.resolveWith(
          (states) => const Color(KRTheme.DEFAULT_PRIMARY_OVERLAY_COLOR)));
}