inputsNotEmpty property

ValueNotifier<bool> inputsNotEmpty
getter/setter pair

Implementation

ValueNotifier<bool> inputsNotEmpty = ValueNotifier(false);