dom property
A view into this map that can be used to access DOM props, for convenience.
Example:
(Tab()
..dom.draggable = true
)('Untitled Document')
Implementation
@override
DomPropsMixin get dom => DomProps(null, props);
A view into this map that can be used to access DOM props, for convenience.
Example:
(Tab()
..dom.draggable = true
)('Untitled Document')
@override
DomPropsMixin get dom => DomProps(null, props);