buttons property

List<Button>? buttons
final

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

Implementation

final List<Button>? buttons;