CenteredScrollable constructor

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

Implementation

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