Widget withFeature(Feature feature, {required Widget child}) { return Mountable(feature).mount(child: child); }