menu
entao_hare package
documentation
basic/basic.dart
xy function
xy function
dark_mode
light_mode
xy
function
EdgeInsets
xy
(
double
x
, [
double
y
=
0
])
Implementation
EdgeInsets xy(double x, [double y = 0]) { return EdgeInsets.symmetric(horizontal: x, vertical: y); }
entao_hare package
documentation
basic/basic
xy function
basic library