menu
nueli_core package
documentation
nueli_core.dart
Layout
size method
size method
dark_mode
light_mode
size
method
Layout
size
(
double
x
, [
double
?
y
])
@varies
~ set size
Implementation
Layout size(double x, [double? y]) => width(x).height(y ?? x);
nueli_core package
documentation
nueli_core
Layout
size method
Layout class