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)
Text(getColorFromHex('#FFFFFF').toHex().toString(),
style: const TextStyle(fontSize: 20)) //#ffffff