Accessibility name - Flutter
In Flutter, the semanticsLabel
property is used as accessibility name.
Control(
semanticsLabel: 'Appt'
);
In Flutter, the semanticsLabel
property is used as accessibility name.
Control(
semanticsLabel: 'Appt'
);