KeyboardButtonUserProfile constructor
const
KeyboardButtonUserProfile({
- KeyboardButtonStyleBase? style,
- required String text,
- required int userId,
Keyboard Button User Profile constructor.
Implementation
const KeyboardButtonUserProfile({
this.style,
required this.text,
required this.userId,
}) : super._();