menu
voltron_renderer package
documentation
style/flex_output.dart
FlexOutput
makeInt static method
makeInt static method
dark_mode
light_mode
makeInt
static method
int
makeInt
(
int
width
,
int
height
)
Implementation
static int makeInt(int width, int height) { return width << 32 | height; }
voltron_renderer package
documentation
style/flex_output
FlexOutput
makeInt static method
FlexOutput class