AdSingleChildView constructor

AdSingleChildView({
  1. required AdView child,
})

Implementation

AdSingleChildView({required AdView child}) : super(children: [child]);