tristate property

  1. @override
bool tristate

By default, a YaruTogglable widget can only handle two state. If true, it will be able to display tree values.

Implementation

@override
bool get tristate => false;