aria property
A view into this map that can be used to access aria- props, for convenience.
Example:
(Button()
..aria.controls = 'my_popover'
)('Open popover')
Implementation
@override
AriaPropsMixin get aria => AriaPropsMapView(props);
A view into this map that can be used to access aria- props, for convenience.
Example:
(Button()
..aria.controls = 'my_popover'
)('Open popover')
@override
AriaPropsMixin get aria => AriaPropsMapView(props);