WearOsScrollView constructor
const
WearOsScrollView({
- Key? key,
- required ScrollController controller,
- required Widget child,
- bool autoHide = true,
Implementation
const WearOsScrollView(
{super.key,
required this.controller,
required this.child,
this.autoHide = true});