KeyboardButtonBuy constructor
const
KeyboardButtonBuy({
- KeyboardButtonStyleBase? style,
- required String text,
Keyboard Button Buy constructor.
Implementation
const KeyboardButtonBuy({this.style, required this.text}) : super._();