AppraiseConfig constructor
const
AppraiseConfig({
- bool showHeader = true,
- EdgeInsets? headerPadding,
- int titleMaxLines = 1,
- AppraiseCloseClickCallBack? onCancel,
- List<
int> indexes = const [0, 1, 2, 3, 4], - int count = 5,
- String starAppraiseHint = '',
- bool multiSelect = true,
- int tagCountEachRow = 2,
- bool showTextInput = true,
- int maxLength = 100,
- int maxHintLines = 1,
- String? inputDefaultText,
- double inputMaxHeight = 120,
- bool showConfirmButton = true,
- String? confirmButtonText,
- bool? isConfirmButtonEnabled,
- AppraiseIconClick? iconClickCallback,
- InputTextChangeCallback? inputTextChangeCallback,
- AppraiseTagClick? tagSelectCallback,
create BrnAppraiseConfig
Implementation
const AppraiseConfig({
this.showHeader = true,
this.headerPadding,
this.titleMaxLines = 1,
this.onCancel,
this.indexes = const [0, 1, 2, 3, 4],
this.count = 5,
this.starAppraiseHint = '',
this.multiSelect = true,
this.tagCountEachRow = 2,
this.showTextInput = true,
this.maxLength = 100,
this.maxHintLines = 1,
this.inputDefaultText,
this.inputMaxHeight = 120,
this.showConfirmButton = true,
this.confirmButtonText,
this.isConfirmButtonEnabled,
this.iconClickCallback,
this.inputTextChangeCallback,
this.tagSelectCallback,
});