WearOsScrollView constructor

const WearOsScrollView({
  1. Key? key,
  2. required ScrollController controller,
  3. required Widget child,
  4. bool autoHide = true,
})

Implementation

const WearOsScrollView(
    {super.key,
    required this.controller,
    required this.child,
    this.autoHide = true});