isLive property
bool
get
isLive
Whether the pane is following the live end.
Implementation
bool get isLive => _scrollTop == null;
Whether the pane is following the live end.
bool get isLive => _scrollTop == null;