menu
bones_ui package
documentation
bones_ui_kit.dart
Math
pow static method
pow static method
dark_mode
light_mode
pow
static method
num
pow
(
num
x
,
num
exponent
)
Implementation
static num pow(num x, num exponent) => dart_math.pow(x, exponent);
bones_ui package
documentation
bones_ui_kit
Math
pow static method
Math class