menu
arcane package
documentation
generated/arcane_shadcn/src/components/control/scrollview.dart
ScrollViewInterceptor
ScrollViewInterceptor const constructor
ScrollViewInterceptor const constructor
dark_mode
light_mode
ScrollViewInterceptor
constructor
const
ScrollViewInterceptor
(
{
Key
?
key
,
required
Widget
child
,
bool
enabled
=
true
,
})
Implementation
const ScrollViewInterceptor( {super.key, required this.child, this.enabled = true});
arcane package
documentation
generated/arcane_shadcn/src/components/control/scrollview
ScrollViewInterceptor
ScrollViewInterceptor const constructor
ScrollViewInterceptor class