child property
Widget displayed inside the button.
Defaults to null
.
Example:
@override
Widget build(BuildContext context) {
return SfChat(
actionButton: ChatActionButton(
child: null,
),
);
}
Implementation
final Widget? child;