DigitKey constructor

const DigitKey({
  1. Key? key,
  2. dynamic text,
  3. dynamic onPress,
  4. dynamic fontSize,
})

Implementation

const DigitKey({Key? key, this.text, this.onPress, this.fontSize})
    : super(key: key);