AttachmentButton constructor
const
AttachmentButton({
- Key? key,
- bool isLoading = false,
- VoidCallback? onPressed,
- EdgeInsets padding = EdgeInsets.zero,
Creates attachment button widget.
Implementation
const AttachmentButton({
super.key,
this.isLoading = false,
this.onPressed,
this.padding = EdgeInsets.zero,
});