GateWayPage<U extends AuthUser>.build constructor

const GateWayPage<U extends AuthUser>.build(
  1. BuildContext context,
  2. Widget? child, {
  3. Key? key,
})

Implementation

const GateWayPage.build(BuildContext context, this.child, {Key? key})
    : super(key: key);