AnchorPanel constructor
const
AnchorPanel({
- Key? key,
- required AnchorInfo anchorInfo,
- required bool isSubScribe,
- dynamic onSubscribePress(
- BuildContext context
Implementation
const AnchorPanel(
{Key? key,
required this.anchorInfo,
required this.isSubScribe,
this.onSubscribePress})
: super(key: key);