WidgetExten extension
Widget 扩展
- on
Methods
-
konClick(
GestureTapCallback onClick, {HitTestBehavior behavior = HitTestBehavior.translucent}) → Widget -
Available on Widget, provided by the WidgetExten extension
点击扩展 -
konClickFast(
GestureTapCallback onClick, {int clickSpaceTime = 1000, HitTestBehavior behavior = HitTestBehavior.translucent}) → Widget -
Available on Widget, provided by the WidgetExten extension
点击扩展 已经 快速点击过滤 默认1000 毫秒 -
kshow(
bool isShow, {double? width, double? height}) → Widget -
Available on Widget, provided by the WidgetExten extension
是否显示该控件 -
kshowFun(
bool isShow(), {double? width, double? height}) → Widget -
Available on Widget, provided by the WidgetExten extension
是否显示该控件 -
kwithDoubleClickExit(
Function tip, {bool isWrapWillPop = true}) → Widget -
Available on Widget, provided by the WidgetExten extension
包裹 双击 退出 -
kwithElseShow(
bool isShow, Widget widget) → Widget -
Available on Widget, provided by the WidgetExten extension
判断显示哪个控件 -
kwithElseShowFun(
bool isShow(), Widget widget) → Widget -
Available on Widget, provided by the WidgetExten extension
判断显示哪个控件