AppodealBannerInternal constructor

const AppodealBannerInternal({
  1. required String placement,
  2. Key? key,
})

Implementation

const AppodealBannerInternal({
  required this.placement,
  super.key,
});