ButtonsContent constructor
const
ButtonsContent({
- required List<
ChatButton> buttons, - ButtonLayout layout = ButtonLayout.wrap,
Implementation
const ButtonsContent({
required this.buttons,
this.layout = ButtonLayout.wrap,
});