renderingStrategy property
        
        RenderingStrategy
        renderingStrategy
        
      
final
      Widget rendering strategy used to balance flexibility and performance.
See the enum RenderingStrategy for details of all possible options and their common
use cases.
Defaults to RenderingStrategy.picture.
Implementation
final RenderingStrategy renderingStrategy;