animateFirstPage property

bool animateFirstPage
final

Whether to animate the first page displayed by this widget.

By default (false) ExpandablePageView will resize to the size of it's initially displayed page without any animation.

Implementation

final bool animateFirstPage;