menu
vyuh_feature_developer package
documentation
components/sticky_section.dart
StickySection
StickySection const constructor
StickySection const constructor
dark_mode
light_mode
StickySection
constructor
const
StickySection
(
{
Key
?
key
,
required
String
title
,
required
Widget
?
sliver
,
})
Implementation
const StickySection({super.key, required this.title, required this.sliver});
vyuh_feature_developer package
documentation
components/sticky_section
StickySection
StickySection const constructor
StickySection class