antialias property

bool antialias

If true, the gl context will be created with MSAA antialiasing, which can be useful for antialiasing custom layers. this is false by default as a performance optimization.

Implementation

bool get antialias => jsObject.antialias;