Box box({ required Widget child, bool inherit = false, Key? key, Style? style, }) { return container(inherit: inherit, key: key, style: style, child: child); }