MButtonMini2 constructor

const MButtonMini2(
  1. String text, {
  2. void onTap()?,
  3. Key? key,
})

Implementation

const MButtonMini2(this.text, {this.onTap, super.key});