menu
yjy_image_3_3_0 package
documentation
image.dart
Trim
operator & method
operator & method
dark_mode
light_mode
operator &
method
bool
operator &
(
Trim
rhs
)
Implementation
bool operator &(Trim rhs) => (_value & rhs._value) != 0;
yjy_image_3_3_0 package
documentation
image
Trim
operator & method
Trim class