toDartUiColor method

Color toDartUiColor()

Implementation

Color toDartUiColor() => Color.fromARGB(255, rgba.r, rgba.g, rgba.b);