FeatureRequestDetailSheet constructor
- Key? key,
- required FeatureRequestItem item,
- ValueChanged<
FeatureRequestItem> ? onVoteChange,
Implementation
const FeatureRequestDetailSheet({
super.key,
required this.item,
this.onVoteChange,
});
const FeatureRequestDetailSheet({
super.key,
required this.item,
this.onVoteChange,
});