antiAliasingWorkaround property
Enables a workaround for https://github.com/flutter/flutter/issues/14288 The workaround to minimize the problem is to round the coordinates to integer values. As a side effect, some areas may stretch or shrink slightly as the divider is dragged.
Implementation
final bool antiAliasingWorkaround;