NumberButton constructor
const
NumberButton({})
Implementation
const NumberButton({
Key? key,
required this.number,
required this.size,
required this.color,
required this.maxLength,
required this.isNotPhoneNumber,
required this.controller,
}) : super(key: key);