Appraise constructor
Appraise({
- Key? key,
- String title = '',
- AppraiseHeaderType headerType = AppraiseHeaderType.spaceBetween,
- AppraiseType type = AppraiseType.star,
- List<
String> ? iconDescriptions, - List<
String> ? tags, - String inputHintText = '',
- AppraiseConfirmClick? onConfirm,
- AppraiseConfig config = const AppraiseConfig(),
create BrnAppraise
Implementation
Appraise(
{Key? key,
this.title = '',
this.headerType = AppraiseHeaderType.spaceBetween,
this.type = AppraiseType.star,
this.iconDescriptions,
this.tags,
this.inputHintText = '',
this.onConfirm,
this.config = const AppraiseConfig()})
: super(key: key);