Button constructor

Button({
  1. ImageButton? imageButton,
  2. TextButton? textButton,
})

Implementation

Button({
  this.imageButton,
  this.textButton,
});