menu
eeffects package
documentation
eEffect/scene/scene.dart
EScene
resize method
resize method
dark_mode
light_mode
resize
method
void
resize
(
double
width
,
double
height
)
Implementation
void resize(double width, double height) { _width = width; _height = height; }
eeffects package
documentation
eEffect/scene/scene
EScene
resize method
EScene class