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