KeyboardButtonBuy constructor

const KeyboardButtonBuy({
  1. KeyboardButtonStyleBase? style,
  2. required String text,
})

Keyboard Button Buy constructor.

Implementation

const KeyboardButtonBuy({this.style, required this.text}) : super._();