SilkyScrollController constructor

SilkyScrollController({
  1. required ScrollController clientController,
})

Implementation

SilkyScrollController({required this.clientController});