enableAnimation property

bool enableAnimation
final

animate (required) : Boolean Property to toggle the Animation property of the Button Widget.

Creates a smooth pressing animation beginning from Offset(0,0) to the defined `offset` property. (Default offset value is (4,4))

Implementation

final bool enableAnimation;