backgroundColor property
To set the background color of the footer area.
Example:
@override
Widget build(BuildContext context) {
return SfAIAssistView(
responseToolbarSettings: AssistMessageToolbarSettings(
backgroundColor: Colors.red,
),
);
}
Implementation
final Color? backgroundColor;