HexColor extension

on

Methods

toHex({bool leadingHashSign = true}) String

Available on Color, provided by the HexColor extension

Prefixes a hash sign if leadingHashSign is set to true (default is true).

Static Methods

fromHex(String hexString) Color

Available on Color, provided by the HexColor extension

String is in the format "aabbcc" or "ffaabbcc" with an optional leading "#".