ScrollbarDisable constructor

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

Implementation

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