isActive property

bool? isActive

True, if this editable is active for editing.

Implementation

bool? get isActive => _context!['isActive'];