accLabelCollection property

  1. @override
GuiComponentCollection<GuiLabel> get accLabelCollection
override

Implementation

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