NUIHtmlText constructor

NUIHtmlText({
  1. required String data,
  2. required TextStyle textStyle,
  3. Widget? style,
  4. Function? onLaunchFail,
  5. TextOverflow overflow = TextOverflow.ellipsis,
  6. int? maxLines,
})

Implementation

NUIHtmlText({required this.data, required this.textStyle, this.style, this.onLaunchFail, this.overflow = TextOverflow.ellipsis, this.maxLines});