tolyui_feedback library
Classes
- BubbleBoxPainter
- BubbleDecoration
- BubbleMeta
- Calculator
- DecorationConfig
- DefaultLoading
- MessageHandler
- MessagePanel
- MessageStyle
- PlacementShift
- PopoverController
- PopoverDecoration
- TolyMessage
- TolyMessageShowTheme
- TolyMessageState
- TolyMessageStyleTheme
- TolyPopItem
- create by 张风捷特烈 on 2021/1/11 contact me by email 1981462002@qq.com 说明:
- TolyPopover
- TolyPopPicker
- TolyPopPickerTheme
- TolyTooltip
- A Material Design tooltip.
- TolyTooltipState
- Contains the state for a TolyTooltip.
Enums
- MessagePosition
- NoticePosition
- Placement
-
overflow目标过大,任何方位都无法兼容 会将弹框放置在屏幕中间
Mixins
- LoadingMixin
-
PopHideMixin<
T extends StatefulWidget> - 辅助功能 分离滑动和尺寸变化监听逻辑
Properties
- $message ↔ MessageHandler
-
getter/setter pair
Functions
-
boxOffsetCalculator(
Calculator calculator) → Offset -
showTolyPopPicker<
T> ({required BuildContext context, required List< TolyPopItem> tasks, Widget? title, VoidCallback? onCancel, String cancelText = "取消", TolyPopPickerTheme? theme, bool isDismissible = true, bool enableDrag = true, bool isScrollControlled = false, Color? backgroundColor, double? elevation, Clip? clipBehavior, BoxConstraints? constraints, Color? barrierColor, String? barrierLabel, AnimationController? transitionAnimationController}) → Future<T?>
Typedefs
- ErrorCallback = dynamic Function(dynamic, StackTrace?)
- OffsetCalculator = Offset Function(Calculator calculator)
- OverlayContentBuilder = Widget Function(BuildContext context, PopoverController controller)
- OverlayDecorationBuilder = Decoration Function(PopoverDecoration decoration)
- TolyPopoverChildBuilder = Widget Function(BuildContext context, PopoverController controller, Widget? child)
- TooltipTriggeredCallback = void Function()
- Signature for when a tooltip is triggered.