Color lighter(num amount) { var newRgba = Color._createNewTintShadeFromRgba(rgba, amount); return Color.hex(newRgba.toHexArgbString()); }