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
@Accessor(doNotGenerate: true)
late final AriaPropsMixin aria = AriaPropsMapView(props);