NBanner constructor

const NBanner({
  1. Key? key,
  2. required Ndk ndk,
  3. String? pubkey,
})

Implementation

const NBanner({super.key, required this.ndk, this.pubkey});