menu
nostr_widgets package
documentation
widgets/n_banner.dart
NBanner
NBanner.new const constructor
NBanner.new const constructor
dark_mode
light_mode
NBanner
constructor
const
NBanner
(
{
Key
?
key
,
required
Ndk
ndk
,
String
?
pubkey
,
})
Implementation
const NBanner({super.key, required this.ndk, this.pubkey});
nostr_widgets package
documentation
widgets/n_banner
NBanner
NBanner.new const constructor
NBanner class