menu
febui package
documentation
widgets/viewport_scroll_view.dart
ViewportScrollView
ViewportScrollView const constructor
ViewportScrollView const constructor
dark_mode
light_mode
ViewportScrollView
constructor
const
ViewportScrollView
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const ViewportScrollView({Key? key, required this.child}) : super(key: key);
febui package
documentation
widgets/viewport_scroll_view
ViewportScrollView
ViewportScrollView const constructor
ViewportScrollView class