AnchorLivingFunctionWidget constructor

const AnchorLivingFunctionWidget({
  1. Key? key,
  2. required LiveController liveController,
})

Implementation

const AnchorLivingFunctionWidget({super.key, required super.liveController});