onLoadCustomComponent method
Implementation
@override
void onLoadCustomComponent(ComponentRef ref) {
_customAriaHandling = ref.instance is HandlesAria;
if (_customAriaHandling) role = null;
}
@override
void onLoadCustomComponent(ComponentRef ref) {
_customAriaHandling = ref.instance is HandlesAria;
if (_customAriaHandling) role = null;
}