UidlNode constructor
const
UidlNode({
- required String id,
- required String type,
- String? componentId,
- Map<
String, dynamic> props = const {}, - Map<
String, dynamic> ? style, - Map<
String, dynamic> ? events, - List<
UidlNode> children = const [], - Map<
String, List< ? slots,UidlNode> > - UidlVisibility? visibility,
- UidlRepeat? repeat,
- String? themeRef,
- String? testId,
Implementation
const UidlNode({
required this.id,
required this.type,
this.componentId,
this.props = const {},
this.style,
this.events,
this.children = const [],
this.slots,
this.visibility,
this.repeat,
this.themeRef,
this.testId,
});