GateBase constructor

GateBase({
  1. required Component child,
  2. Key? key,
})

Implementation

GateBase({required Component child, Key? key}) : super(child);