menu
helpers package
documentation
helpers/misc.dart
Misc
pow static method
pow static method
dark_mode
light_mode
pow
static method
double
pow
(
double
x
,
int
exponent
)
Implementation
static double pow(double x, int exponent) { return math.pow(x, exponent).toDouble(); }
helpers package
documentation
helpers/misc
Misc
pow static method
Misc class