menu
webf package
documentation
webf.dart
createScreen function
createScreen function
dark_mode
light_mode
createScreen
function
Pointer
<
Void
>
createScreen
(
double
width
,
double
height
)
Implementation
Pointer<Void> createScreen(double width, double height) { return _createScreen(width, height); }
webf package
documentation
webf
createScreen function
webf library