actionButtonElevation property
Depth of the action button's shadow in its default state.
Widget build(BuildContext context) {
return Scaffold(
body: SfChatTheme(
data: SfChatThemeData(
actionButtonElevation: 4.0,
),
child: SfChat(),
),
);
}
Implementation
final double actionButtonElevation;