secondaryButtonNameList property

List<String>? secondaryButtonNameList
final

默认状态下,次按钮的文案集合。如果需要改变按钮的可用状态,请使用 secondaryButtonList 初始化。

Implementation

final List<String>? secondaryButtonNameList;