hexadecimal property

String hexadecimal
getter/setter pair

Hexadecimal regex

Implementation

static String hexadecimal = r'^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$';