maxOpenSections property Null safety

int maxOpenSections
read / write

Maximum number of open sections at any given time. Opening a new section will close the "oldest" open section

Implementation

int maxOpenSections = 1;