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