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