menu
notepod
widgets/note_share_button.dart
NoteShareButton
NoteShareButton.new const constructor
NoteShareButton.new
dark_mode
light_mode
NoteShareButton
constructor
const
NoteShareButton
(
{
Key
?
key
,
required
Widget
childPage
,
bool
?
simple
=
false
,
})
Implementation
const NoteShareButton({ super.key, required this.childPage, this.simple = false, });
notepod
note_share_button
NoteShareButton
NoteShareButton.new const constructor
NoteShareButton class