highlightElevation property
Depth of the button's shadow when highlighted.
Defaults to 0.0
.
Example:
@override
Widget build(BuildContext context) {
return SfChat(
actionButton: ChatActionButton(
highlightElevation: 5.0,
),
);
}
Implementation
final double? highlightElevation;