hasTouchSupport property
      
      bool
      get
      hasTouchSupport
      
    
    
True if this display has a touch input device associated with it.
Implementation
bool get hasTouchSupport => _wrapped.hasTouchSupport;
      
      set
      hasTouchSupport
      (bool v) 
      
    
    
    
Implementation
set hasTouchSupport(bool v) {
  _wrapped.hasTouchSupport = v;
}