AlertCountSelect constructor
const
AlertCountSelect({})
Implementation
const AlertCountSelect({
super.key,
this.cancelText = '取消',
this.list = const [],
this.defaultIndex,
this.title,
this.message,
this.actions,
this.cancel,
this.actionScrollController,
this.messageScrollController,
});