accLabelCollection property

  1. @override
GuiComponentCollection<GuiLabel> get accLabelCollection
override

Implementation

@override
GuiComponentCollection<GuiLabel>
get accLabelCollection => throw UnimplementedError(
  "The property 'accLabelCollection' is not implemented for GuiOkCodeField.",
);