SendButton constructor
const
SendButton({
- Key? key,
- required VoidCallback onPressed,
- EdgeInsets padding = EdgeInsets.zero,
Creates send button widget.
Implementation
const SendButton({
super.key,
required this.onPressed,
this.padding = EdgeInsets.zero,
});