buttons property

List<Button>? buttons
final

List of buttons, up to 2. Use when you want to change the title and link of the button, and when you want to insert two buttons.

Implementation

final List<Button>? buttons;