RemoveBreakFormatter constructor

RemoveBreakFormatter({
  1. void onLineWrap()?,
})

Implementation

RemoveBreakFormatter({void Function()? onLineWrap}) : _onLineWrap = onLineWrap;