is there a way to make `HSLColor.fromAHSL(1.0, 282, 0.5, 0.5).toColor();` const? ``` const otherFileTypeColor = Color.fromRGBO(58, 58, 58, 1.0); final opticalFlowColor = HSLColor.fromAHSL(1.0, 282, 0.5, 0.5).toColor(); ```