menu
braille_dart package
documentation
braille.dart
BrailleCharacter
dotOff method
dotOff method
dark_mode
light_mode
dotOff
method
void
dotOff
(
int
X
,
int
Y
)
Turns off a dot.
Implementation
void dotOff(int X, int Y) => bitOff(bit(X, Y));
braille_dart package
documentation
braille
BrailleCharacter
dotOff method
BrailleCharacter class