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