Page constructor

const Page({
  1. Key? key,
  2. Overflow overflow = Overflow.initial,
  3. List<Component> children = const [],
})

Implementation

const Page({super.key, this.overflow = Overflow.initial, this.children = const []});