custom widget with custom icon not working

I'm building a custom icon and can't seem to add custom icon within code. Have no problems adding material icon but FontAwsome and Custom Icon are both not working.

Icon(

Icons.ten_k,

color: Color(0xFFFF0010),

size: 110,

)

FaIcon(

FontAwesomeIcons.accessibleIcon,

color: Color(0xFFFF0010),

size: 110,

)

Icon(

FFIcons.kloupeCustom,

color: Color(0xFFFF0010),

size: 110,

)

3
3 replies