VkDartKeyboard constructor

VkDartKeyboard({
  1. bool oneTime = true,
  2. bool inline = false,
  3. List<List<Map<String, dynamic>>>? buttons,
})

Implementation

VkDartKeyboard(
    {this.oneTime = true,
    this.inline = false,
    List<List<Map<String, dynamic>>>? buttons}) {
  this.buttons = buttons ?? [];
}