menu
arcane package
documentation
component/section.dart
GlassSection
GlassSection const constructor
GlassSection const constructor
dark_mode
light_mode
GlassSection
constructor
const
GlassSection
(
{
Key
?
key
,
required
Widget
sliver
,
required
Widget
header
,
})
Implementation
const GlassSection({super.key, required this.sliver, required this.header});
arcane package
documentation
component/section
GlassSection
GlassSection const constructor
GlassSection class