NORMAL constant

AndroidLayoutAlgorithm const NORMAL

NORMAL means no rendering changes. This is the recommended choice for maximum compatibility across different platforms and Android versions.

Implementation

static const NORMAL = const AndroidLayoutAlgorithm._internal("NORMAL");