HexColor extension

on

Methods

toHex({bool leadingHashSign = true}) String
Prefixes a hash sign if leadingHashSign is set to true (default is true).

Static Methods

fromHex(String hexString) Color
Convert HexString to flutter inbuilt colors.