menu
flutter_uikit_forzzh package
documentation
pop/pop_route.dart
Popup
Popup.new const constructor
Popup.new const constructor
dark_mode
light_mode
Popup
constructor
const
Popup
(
{
Key
?
key
,
required
Widget
child
,
double
?
left
,
double
?
top
,
})
Implementation
const Popup({Key? key, required this.child, this.left, this.top, }):super(key: key);
flutter_uikit_forzzh package
documentation
pop/pop_route
Popup
Popup.new const constructor
Popup class