static Color fromJsonColor( String? value, [ int? defaultColor, ]) => ColorValidator().parse(value) ?? Color(defaultColor ?? 0x00000000);