HypenStatefulLayout constructor

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

Implementation

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