KeyboardButtonCallback constructor
const
KeyboardButtonCallback({
- required bool requiresPassword,
- KeyboardButtonStyleBase? style,
- required String text,
- required Uint8List data,
Keyboard Button Callback constructor.
Implementation
const KeyboardButtonCallback({
required this.requiresPassword,
this.style,
required this.text,
required this.data,
}) : super._();