toColor property

int toColor

this extension will convert # color

Implementation

int get toColor => int.parse(replaceAll('#', '0xff'));