menu
flame package
documentation
components.dart
HasAutoBatchedChildren
batchingEnabled property
batchingEnabled property
dark_mode
light_mode
batchingEnabled
property
bool
batchingEnabled
getter/setter pair
When
false
, every child is rendered individually (no batching).
Implementation
bool batchingEnabled = true;
flame package
documentation
components
HasAutoBatchedChildren
batchingEnabled property
HasAutoBatchedChildren mixin