onPressed property

Function? onPressed
final

• Animation starts BEFORE and ends AFTER this function.

• Notice that this function can not be triggered more than once while animating Expandable.

Implementation

final Function? onPressed;