NumberButton constructor

const NumberButton(
  1. double size,
  2. String value, {
  3. Key? key,
  4. void onPress(
    1. String
    )?,
})

Constructor

Implementation

const NumberButton(this.size, this.value, {super.key, this.onPress});