menu
flutter_alacritty package
documentation
example/terminal_scrollbar_geometry.dart
TerminalScrollbarGeometry
isNearLiveBottom method
isNearLiveBottom method
dark_mode
light_mode
isNearLiveBottom
method
bool
isNearLiveBottom
(
double
positionFraction
)
Implementation
bool isNearLiveBottom(double positionFraction) => positionFraction >= 1.0 - edgeSnapFraction;
flutter_alacritty package
documentation
example/terminal_scrollbar_geometry
TerminalScrollbarGeometry
isNearLiveBottom method
TerminalScrollbarGeometry class