menu
noteapp package
documentation
common/image/images_slider.dart
DemoItem
DemoItem const constructor
DemoItem const constructor
dark_mode
light_mode
DemoItem
constructor
const
DemoItem
(
String
title
,
String
route
, {
Key
?
key
,
})
Implementation
const DemoItem(this.title, this.route, {Key? key}) : super(key: key);
noteapp package
documentation
common/image/images_slider
DemoItem
DemoItem const constructor
DemoItem class