isAutoCenter property
bool
get
isAutoCenter
Returns true
if this SelectionMode is of type SelectionModeAutoCenter.
It returns false
otherwise.
Implementation
bool get isAutoCenter => this is SelectionModeAutoCenter;