menu
guess package
documentation
screens/page4.dart
Page4
Page4 const constructor
Page4 const constructor
dark_mode
light_mode
Page4
constructor
const
Page4
(
{
Key
?
key
,
required
int
xvalue
,
})
Implementation
const Page4({Key? key, required this.xvalue}) : super(key: key);
guess package
documentation
screens/page4
Page4
Page4 const constructor
Page4 class