0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.