HcAppStackLoader constructor

const HcAppStackLoader({
  1. Key? key,
  2. required bool visible,
  3. required Widget child,
})

Implementation

const HcAppStackLoader({Key? key, required this.visible, required this.child})
    : super(key: key);