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