swallowWhitespace property

  1. @override
bool swallowWhitespace
override

Controls whether to swallow following whitespaces.

Returns true to swallow, false to accept whitespace. Returns null to use configuration from the previous bit.

By default, do swallow if not isInline.

Implementation

@override
bool get swallowWhitespace => true;