EasyWidgets extension
- on
Properties
- alignBC → Align
-
Available on Widget, provided by the EasyWidgets extension
no setter - alignBL → Align
-
Available on Widget, provided by the EasyWidgets extension
no setter - alignBR → Align
-
Available on Widget, provided by the EasyWidgets extension
no setter - alignC → Align
-
Available on Widget, provided by the EasyWidgets extension
no setter - alignCL → Align
-
Available on Widget, provided by the EasyWidgets extension
no setter - alignCR → Align
-
Available on Widget, provided by the EasyWidgets extension
no setter - alignTC → Align
-
Available on Widget, provided by the EasyWidgets extension
no setter - alignTL → Align
-
Available on Widget, provided by the EasyWidgets extension
no setter - alignTR → Align
-
Available on Widget, provided by the EasyWidgets extension
no setter
Methods
-
easyGesture(
{Key? key, void onTap()?, void onDoubleTap()?, void onLongPress()?, void onHorizontalSwipe(EasySwipeDirection)?, void onVerticalSwipe(EasySwipeDirection)?, double horizontalThreshold = 40, double verticalThreshold = 40}) → Widget -
Available on Widget, provided by the EasyWidgets extension
Easilty handle normal andswipe
Gesture -
inkTap(
{void onTap()?, void onDoubleTap()?, void onLongPress()?, Color? backgroundColor, BorderRadius? borderRadius, Color? splashColor, Color? highlightColor, Color? hoverColor, EdgeInsets? padding, bool enableFeedback = true, double? feedbackDuration = 0.5}) → Widget -
Available on Widget, provided by the EasyWidgets extension
Ink tap with splash effect -
onTap(
void onTap()?) → GestureDetector -
Available on Widget, provided by the EasyWidgets extension
onTap Gesture -
padd(
EdgeInsets insets) → Padding -
Available on Widget, provided by the EasyWidgets extension
Padding -
paddO(
{double left = 0, double right = 0, double top = 0, double bottom = 0}) → Padding -
Available on Widget, provided by the EasyWidgets extension
Padding only -
paddS(
{double horizontal = 0, double vertical = 0}) → Padding -
Available on Widget, provided by the EasyWidgets extension
Padding Symmetric