Whether or not this region should participate in the composite region.
bool get enabled => _enabled;
set enabled(bool value) { if (_enabled != value) { _enabled = value; markNeedsLayout(); } }