menu
orkitt package
documentation
core.dart
SectionItem
SectionItem.new const constructor
SectionItem.new const constructor
dark_mode
light_mode
SectionItem
constructor
const
SectionItem
(
{
Key
?
key
,
required
Widget
child
,
String
?
sizes
,
double
?
maxHeight
,
double
?
maxWidth
,
})
Implementation
const SectionItem({ super.key, required this.child, this.sizes, this.maxHeight, this.maxWidth, });
orkitt package
documentation
core
SectionItem
SectionItem.new const constructor
SectionItem class