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