ScrollArea
Scroll bounded content with themed, keyboard-accessible Flutter scrollbars.
Scroll bounded content with themed, keyboard-accessible Flutter scrollbars that can remain visible or fade on hover.
Contract
Semantic values match the web system while widget behavior follows Flutter and Material 3.
Install
Add the package, then import its public library.
flutter pub add tinyrack_uiimport 'package:tinyrack_ui/tinyrack_ui.dart';Playground
Usage
import 'package:material_ui/material_ui.dart';
import 'package:tinyrack_ui/tinyrack_ui.dart';
const TRScrollArea(
autoHide: true,
child: activityList,
)API
ScrollArea preserves native Flutter state and callbacks while applying Tinyrack token defaults.