NikuScreen constructor
const
NikuScreen({})
Implementation
const NikuScreen({
Key? key,
required this.child,
this.base,
this.xs,
this.sm,
this.md,
this.lg,
this.xl,
}) : super(key: key);
const NikuScreen({
Key? key,
required this.child,
this.base,
this.xs,
this.sm,
this.md,
this.lg,
this.xl,
}) : super(key: key);