Tooltip
Describe compact controls on hover, focus, or long press; activating the trigger dismisses the tooltip.
Describe compact controls on hover, focus, or long press with shared delay settings.
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 TRTooltip(
message: 'Refresh rack',
width: 200,
child: Icon(Icons.refresh),
)API
Tooltip preserves native Flutter state and callbacks while applying Tinyrack token defaults.