selections property
The selections in this text editor. The primary selection is always at index 0.
Implementation
_i2.List<_i3.Selection> get selections => (_i5.getProperty(
this,
'selections',
) as _i2.List)
.cast();
The selections in this text editor. The primary selection is always at index 0.
_i2.List<_i3.Selection> get selections => (_i5.getProperty(
this,
'selections',
) as _i2.List)
.cast();