NoScrollbarWrapper constructor

const NoScrollbarWrapper({
  1. Key? key,
  2. required Widget child,
})

Implementation

const NoScrollbarWrapper({super.key, required this.child});