menu
iconoir_flutter package
documentation
book.dart
Book
Book.new const constructor
Book.new const constructor
dark_mode
light_mode
Book
constructor
const
Book
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Book({Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
book
Book
Book.new const constructor
Book class