buttons property

List<Button>? buttons
final

버튼 목록, 최대 2개. 버튼 타이틀과 링크를 변경하고 싶을 때, 버튼 두 개를 넣고 싶을 때 사용

Implementation

final List<Button>? buttons;