TopPositioned constructor

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

Implementation

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