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