rgba property

Color get rgba

Implementation

Color get rgba => Color.fromRGBO(this.$1, this.$2, this.$3, this.$4);