GiantToadScrollPanel constructor

const GiantToadScrollPanel({
  1. required Widget child,
  2. ScrollController? controller,
  3. Key? key,
})

Implementation

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