chatThemeData property
Defines the default configuration of chat widgets.
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(),
body: Center(
child: SfTheme(
data: SfThemeData(
chatThemeData: SfChatThemeData()
),
child: SfChat(),
),
)
);
}
Implementation
final SfChatThemeData chatThemeData;