menu
libac_dart
omv/types/float.dart
SLFloat
fromInt static method
fromInt
dark_mode
light_mode
fromInt
static method
SLFloat
fromInt
(
int
x
)
Implementation
static SLFloat fromInt(int x) => SLFloat(x.toDouble());
libac_dart
float
SLFloat
fromInt static method
SLFloat class