performanceMode property
If true, performance mode is enabled. This means a ListView with lazy loading will be used in the menu rather than a SingleChildScrollView and Flex which load all items at once. Doesn't work if using a builder.
Implementation
final bool performanceMode;