GiantToadScrollPanel constructor
const
GiantToadScrollPanel({
- required Widget child,
- ScrollController? controller,
- Key? key,
Implementation
const GiantToadScrollPanel({required this.child, this.controller, super.key});