Widget centerManager({required Style style, required Widget widget}) { if (style.isCenter == true) return center(widget); return widget; }