menu
sticker_view package
documentation
stickerview.dart
Sticker
Sticker constructor
Sticker constructor
dark_mode
light_mode
Sticker
constructor
Sticker
(
{
Key
?
key
,
Widget
?
child
,
bool
?
isText
,
required
String
id
,
})
Implementation
Sticker({Key? key, this.child, this.isText, required this.id}) : super(key: key);
sticker_view package
documentation
stickerview
Sticker
Sticker constructor
Sticker class