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