NativeExample constructor

const NativeExample({
  1. Key? key,
  2. dynamic colors,
  3. String? ids,
  4. bool isCustomeads = false,
  5. String? nativeType,
})

Implementation

const NativeExample(
    {Key? key, this.colors, this.ids, this.isCustomeads = false, this.nativeType})
    : super(key: key);