clearStyle method

List<int> clearStyle()

Clear the buffer and reset text styles

Implementation

List<int> clearStyle() {
  return setStyles(
      const PosStyles(height: PosTextSize.size1, width: PosTextSize.size1));
}