IconDataThin constructor

const IconDataThin(
  1. int codePoint
)

Implementation

const IconDataThin(super.codePoint)
    : super(
        fontFamily: 'FontAwesomeThin',
        fontPackage: 'nomo_ui_kit',
      );