ElevatedSectionContainer constructor

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

Implementation

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