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