menu
u package
documentation
plugins/camera/u_code_decoder.dart
UBitMatrix
get method
get method
dark_mode
light_mode
get
method
bool
get
(
int
x
,
int
y
)
Implementation
bool get(int x, int y) => x >= 0 && y >= 0 && x < width && y < height && bits[y * width + x] != 0;
u package
documentation
plugins/camera/u_code_decoder
UBitMatrix
get method
UBitMatrix class