Grid2x2X constructor
Grid2x2X({})
Implementation
Grid2x2X({
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,
});