ExpanderState constructor

ExpanderState(
  1. bool expanded
)

Creates an ExpanderState with the specified expanded value.

Implementation

ExpanderState(this.expanded);