Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
flutter::BackdropClipPath Struct Reference

#include <embedded_views.h>

Public Member Functions

 BackdropClipPath (const DlPath &r)
 
bool operator== (const BackdropClipPath &other) const
 

Public Attributes

DlPath path
 

Detailed Description

Definition at line 97 of file embedded_views.h.

Constructor & Destructor Documentation

◆ BackdropClipPath()

flutter::BackdropClipPath::BackdropClipPath ( const DlPath r)
inlineexplicit

Definition at line 99 of file embedded_views.h.

Member Function Documentation

◆ operator==()

bool flutter::BackdropClipPath::operator== ( const BackdropClipPath other) const
inline

Definition at line 101 of file embedded_views.h.

101 {
102 return path == other.path;
103 }

References path.

Member Data Documentation

◆ path

DlPath flutter::BackdropClipPath::path

Definition at line 98 of file embedded_views.h.

Referenced by operator==().


The documentation for this struct was generated from the following file: