FlintWidget constructor
FlintWidget({
- String? id,
- FlintScript? script,
- String? xData,
- String? xInit,
- String? xShow,
- Map<
String, String> ? xBind, - Map<
String, String> ? xOn, - String? xText,
- String? xHtml,
- String? xModel,
- String? xModelable,
- String? xFor,
- String? xTransition,
- String? xEffect,
- bool? xIgnore,
- String? xRef,
- bool? xCloak,
- String? xTeleport,
- bool? xIf,
- String? xId,
Implementation
FlintWidget({
String? id,
this.script,
this.xData,
this.xInit,
this.xShow,
Map<String, String>? xBind,
Map<String, String>? xOn,
this.xText,
this.xHtml,
this.xModel,
this.xModelable,
this.xFor,
this.xTransition,
this.xEffect,
this.xIgnore,
this.xRef,
this.xCloak,
this.xTeleport,
this.xIf,
this.xId,
}) : xBind = xBind ?? {},
xOn = xOn ?? {},
id = id ?? _generateId();