SfChatTheme constructor
const
SfChatTheme({
- required SfChatThemeData data,
- required Widget child,
- Key? key,
Applies the given theme data
to child
.
The data
and child
arguments must not be null.
Implementation
const SfChatTheme({required this.data, required super.child, super.key});