rebuildTree property

bool rebuildTree
final

This flag informs AppSizer whether it should force a rebuild of the widget when the app's media query data changes

If this flag is set to false, widgets that don't depend on media query in their build methods might not rebuild on size change events. However, calling the extension methods on num .h, .w, .dg, etc. would still return correct values

Implementation

final bool rebuildTree;