Flutter Engine
 
Loading...
Searching...
No Matches
semantics_flags.h File Reference

Go to the source code of this file.

Classes

struct  flutter::SemanticsFlags
 
class  flutter::NativeSemanticsFlags
 The peer class for all of the SemanticsFlags subclasses in semantics.dart. More...
 

Namespaces

namespace  flutter
 

Enumerations

enum class  flutter::SemanticsTristate : int32_t {
  flutter::kNone = 0 ,
  flutter::kTrue = 1 ,
  flutter::kFalse = 2
}
 
enum class  flutter::SemanticsCheckState : int32_t {
  flutter::kNone = 0 ,
  flutter::kTrue = 1 ,
  flutter::kFalse = 2 ,
  flutter::kMixed = 3
}