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