Axis? getAxis(String? value) { if (value == "vertical") return Axis.vertical; if (value == "horizontal") return Axis.horizontal; return null; }