GateWayPage<U extends AuthUser>.build constructor
const
GateWayPage<U extends AuthUser>.build (
- BuildContext context,
- Widget? child, {
- Key? key,
Implementation
const GateWayPage.build(BuildContext context, this.child, {Key? key})
: super(key: key);