menu
custom_fields_package package
documentation
ui/widgets/datatable/widget/scrollable_widget.dart
ScrollableWidget
ScrollableWidget const constructor
ScrollableWidget const constructor
dark_mode
light_mode
ScrollableWidget
constructor
const
ScrollableWidget
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const ScrollableWidget({ Key? key, required this.child, }) : super(key: key);
custom_fields_package package
documentation
ui/widgets/datatable/widget/scrollable_widget
ScrollableWidget
ScrollableWidget const constructor
ScrollableWidget class