menu
cux_ship package
documentation
verify.dart
PlayImageSpec
accepts method
accepts method
dark_mode
light_mode
accepts
method
bool
accepts
(
int
w
,
int
h
)
Implementation
bool accepts(int w, int h) => w == width && h == height;
cux_ship package
documentation
verify
PlayImageSpec
accepts method
PlayImageSpec class