menu
iconoir_flutter package
documentation
regular/bookmark.dart
Bookmark
Bookmark const constructor
Bookmark const constructor
dark_mode
light_mode
Bookmark
constructor
const
Bookmark
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Bookmark({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/bookmark
Bookmark
Bookmark const constructor
Bookmark class