AttachmentFeatureButton constructor
const
AttachmentFeatureButton({
- Key? key,
- required AttachmentFeature feature,
- required AttachmentConfig config,
- Widget? child,
- ValueChanged<
List< ? onResult,AttachmentResult> > - ValueChanged<
bool> ? onProcessingStateChanged,
Creates a AttachmentFeatureButton.
Implementation
const AttachmentFeatureButton({
super.key,
required this.feature,
required this.config,
this.child,
this.onResult,
this.onProcessingStateChanged,
});