kButtonStyle2 function

ButtonStyle kButtonStyle2()

Implementation

ButtonStyle kButtonStyle2() {
  return ElevatedButton.styleFrom(
    backgroundColor: hWhiteColor,
    shape: const RoundedRectangleBorder(
        borderRadius: BorderRadius.all(Radius.circular(15))),
  );
}