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