anchorInfoPanelBuilder property

Widget Function(BuildContext context, String groupID)? anchorInfoPanelBuilder
final

Customize the anchor info panel. when tap the subscribe button will show panel.

Implementation

final Widget Function(BuildContext context, String groupID)?
    anchorInfoPanelBuilder;