ButtonsContent constructor

const ButtonsContent({
  1. required List<ChatButton> buttons,
  2. ButtonLayout layout = ButtonLayout.wrap,
})

Implementation

const ButtonsContent({
  required this.buttons,
  this.layout = ButtonLayout.wrap,
});