color_from_hex

Creator: coderz1093

Last updated:

0 purchases

color_from_hex Image
color_from_hex Images

Languages

Categories

Add to Cart

Description:

color from hex

color_from_hex #
Convert colors from HexColor
Feature #

Color From Hex
Color To Hex

Getting started #
How to use:
Text( getColorFromHex('#FFFFFF').toString(),
style: const TextStyle(fontSize: 20),), // Color(0xffffff)
copied to clipboard
Text(getColorFromHex('#FFFFFF').toHex().toString(),
style: const TextStyle(fontSize: 20)) //#ffffff
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.