actionButtonHoverElevation property
Depth of the action button's shadow when hovered over.
Widget build(BuildContext context) {
return Scaffold(
body: SfChatTheme(
data: SfChatThemeData(
actionButtonHoverElevation: 6.0,
),
child: SfChat(),
),
);
}
Implementation
final double actionButtonHoverElevation;