menu
nueli_core package
documentation
nueli_core.dart
RadiiConfig<T extends RadiiConfig<T, IN, OUT>, IN extends RadiiConfigIN<IN, OUT>, OUT extends RadiiConfigOUT<OUT, IN>>
roundTopLeft method
roundTopLeft method
dark_mode
light_mode
roundTopLeft
method
T
roundTopLeft
(
double
x
, [
double
?
y
])
Implementation
T roundTopLeft(double x, [double? y]) => roundTopLeftX(x).roundTopLeftY(y ?? x);
nueli_core package
documentation
nueli_core
RadiiConfig<T extends RadiiConfig<T, IN, OUT>, IN extends RadiiConfigIN<IN, OUT>, OUT extends RadiiConfigOUT<OUT, IN>>
roundTopLeft method
RadiiConfig mixin