AdFlowWidget constructor

const AdFlowWidget({
  1. Key? key,
  2. required String posId,
  3. bool show = true,
})

Implementation

const AdFlowWidget({
  Key? key,
  required this.posId,
  this.show = true,
}) : super(key: key);