TentTree constructor
TentTree({})
Implementation
TentTree({
this.width = const jaspr.Unit.pixels(24),
this.height = const jaspr.Unit.pixels(24),
this.viewBox = '0 0 24 24',
this.attributes,
this.id,
this.classes,
this.styles,
this.events,
super.key,
});