buildWidget method

  1. @override
Widget buildWidget()
override

Implementation

@override
Widget buildWidget() {
  return Icon(
    IconData(iconPoint, fontFamily: 'MaterialIcons'),
    size: size,
    color: color != null ? HexColor(color!) : null,
  );
}