menu
smart_scroll_view package
documentation
model/header_properties.dart
HeaderProperties
HeaderProperties.new constructor
HeaderProperties.new constructor
dark_mode
light_mode
HeaderProperties
constructor
HeaderProperties
(
{
required
Widget
child
,
required
double
height
,
Color
?
backgroundColor
,
})
Implementation
HeaderProperties( {required this.child, required this.height, this.backgroundColor});
smart_scroll_view package
documentation
model/header_properties
HeaderProperties
HeaderProperties.new constructor
HeaderProperties class