WidgetChainExt extension

on

Methods

align(Alignment alignment, {double? widthFactor, double? heightFactor}) Align

Available on Widget, provided by the WidgetChainExt extension

alignCenter({double? widthFactor, double? heightFactor}) Align

Available on Widget, provided by the WidgetChainExt extension

animatedBuilder({Key? key, required Listenable animation, required Widget builder(BuildContext, Widget?)}) AnimatedBuilder

Available on Widget, provided by the WidgetChainExt extension

aspectRatio(double ratio) AspectRatio

Available on Widget, provided by the WidgetChainExt extension

boxDecorated({Color? color, BoxBorder? border, double? radiusAll, BoxShadow? shadow, BorderRadiusGeometry? borderRadius, List<BoxShadow>? boxShadow, DecorationImage? image, Gradient? gradient, BlendMode? backgroundBlendMode, BoxShape shape = BoxShape.rectangle}) DecoratedBox

Available on Widget, provided by the WidgetChainExt extension

carded({Color? color, Color? shadowColor, double? elevation, ShapeBorder? shape, bool semanticContainer = true, bool borderOnForeground = true, EdgeInsetsGeometry? margin, Clip? clipBehavior}) Card

Available on Widget, provided by the WidgetChainExt extension

centered({double? widthFactor, double? heightFactor}) Widget

Available on Widget, provided by the WidgetChainExt extension

clipRect({Clip clipBehavior = Clip.hardEdge}) ClipRect

Available on Widget, provided by the WidgetChainExt extension

clipRoundRect([double radius = 4]) ClipRRect

Available on Widget, provided by the WidgetChainExt extension

coloredBox(Color color) ColoredBox

Available on Widget, provided by the WidgetChainExt extension

constrainedBox({double minWidth = 0, double maxWidth = double.infinity, double minHeight = 0, double maxHeight = double.infinity}) ConstrainedBox

Available on Widget, provided by the WidgetChainExt extension

container({Key? key, EdgeInsets? padding, EdgeInsets? margin, Alignment? alignment, Color? color, double? radius, BoxConstraints? constraints, Decoration? decoration, double? width, double? height, Decoration? foregroundDecoration, Matrix4? transform, AlignmentGeometry? transformAlignment, Clip clipBehavior = Clip.none}) Container

Available on Widget, provided by the WidgetChainExt extension

dataWidget<D>(D data) DataWidget<D>

Available on Widget, provided by the WidgetChainExt extension

decoratedBox(Decoration decoration) DecoratedBox

Available on Widget, provided by the WidgetChainExt extension

defaultTextStyle({required TextStyle style, TextAlign? textAlign, bool softWrap = true, TextOverflow overflow = TextOverflow.clip, int? maxLines, TextWidthBasis textWidthBasis = TextWidthBasis.parent, TextHeightBehavior? textHeightBehavior}) Widget

Available on Widget, provided by the WidgetChainExt extension

expanded([int flex = 1]) Expanded

Available on Widget, provided by the WidgetChainExt extension

fadeTransition({Key? key, required Animation<double> opacity, bool alwaysIncludeSemantics = false}) FadeTransition

Available on Widget, provided by the WidgetChainExt extension

flexible({int flex = 1}) Flexible

Available on Widget, provided by the WidgetChainExt extension

flip({bool flipX = false, bool flipY = false, Offset? origin, FilterQuality? filterQuality}) Transform

Available on Widget, provided by the WidgetChainExt extension

gesture({GestureTapCallback? onTap, GestureTapCallback? onDoubleTap, GestureTapCallback? onSecondaryTap, GestureTapCallback? onRightTap, GestureLongPressCallback? onLongPress, GestureDragUpdateCallback? onPanUpdate}) GestureDetector

Available on Widget, provided by the WidgetChainExt extension

inkWell({Key? key, VoidCallback? onTap, VoidCallback? onDoubleTap, void onSecondaryTap()?, void onLongPress()?, void onHover(bool)?, void onTapDown(TapDownDetails)?, void onTapUp(TapUpDetails)?, void onTapCancel()?, void onSecondaryTapUp(TapUpDetails)?, void onSecondaryTapDown(TapDownDetails)?, void onSecondaryTapCancel()?, void onHighlightChanged(bool)?, void onFocusChange(bool)?, Color? hoverColor, Color? focusColor, Color? highlightColor, Color? splashColor, WidgetStateProperty<Color?>? overlayColor, InteractiveInkFeatureFactory? splashFactory, BorderRadius? borderRadius, ShapeBorder? customBorder, double? radius, MouseCursor? mouseCursor, bool? enableFeedback = true, bool excludeFromSemantics = false, FocusNode? focusNode, bool canRequestFocus = true, bool autofocus = false, WidgetStatesController? statesController, Duration? hoverDuration}) InkWell

Available on Widget, provided by the WidgetChainExt extension

intrinsicHeight() IntrinsicHeight

Available on Widget, provided by the WidgetChainExt extension

intrinsicWidth({double? stepWidth, double? stepHeight}) IntrinsicWidth

Available on Widget, provided by the WidgetChainExt extension

labeled(Widget label) Widget

Available on Widget, provided by the WidgetChainExt extension

labelText(String label) Widget

Available on Widget, provided by the WidgetChainExt extension

limited({double? maxWidth, double? maxHeight}) LimitedBox

Available on Widget, provided by the WidgetChainExt extension

material({MaterialType type = MaterialType.canvas, double elevation = 0.0, Color? color, Color? shadowColor, Color? surfaceTintColor, TextStyle? textStyle, BorderRadiusGeometry? borderRadius, ShapeBorder? shape, bool borderOnForeground = true, Clip clipBehavior = Clip.none}) Material

Available on Widget, provided by the WidgetChainExt extension

matrixTransition({Key? key, required Animation<double> animation, required Matrix4 onTransform(double), Alignment alignment = Alignment.center, FilterQuality? filterQuality}) MatrixTransition

Available on Widget, provided by the WidgetChainExt extension

noSelection() SelectionContainer

Available on Widget, provided by the WidgetChainExt extension

opacity(double opacity, [bool alwaysIncludeSemantics = false]) Widget

Available on Widget, provided by the WidgetChainExt extension

padded(EdgeInsets? insets) Widget

Available on Widget, provided by the WidgetChainExt extension

paddings({double? left, double? top, double? right, double? bottom, double? hor, double? ver, double? all}) Padding

Available on Widget, provided by the WidgetChainExt extension

physicalModel({required Color color, double? radius = 3, double elevation = 3, Color shadowColor = Colors.black, BorderRadius? borderRadius}) Widget

Available on Widget, provided by the WidgetChainExt extension

positioned({double? left, double? top, double? right, double? bottom, double? width, double? height}) Positioned

Available on Widget, provided by the WidgetChainExt extension

positionedFill({double? left = 0, double? top = 0, double? right = 0, double? bottom = 0}) Positioned

Available on Widget, provided by the WidgetChainExt extension

pullRefresh(RefreshCallback callback) Widget

Available on Widget, provided by the WidgetChainExt extension

refreshIndicator({required Future<void> onRefresh()}) Widget

Available on Widget, provided by the WidgetChainExt extension

rotatedBox(int quarterTurns) RotatedBox

Available on Widget, provided by the WidgetChainExt extension

rotationTransition({Key? key, required Animation<double> turns, Alignment alignment = Alignment.center, FilterQuality? filterQuality}) RotationTransition

Available on Widget, provided by the WidgetChainExt extension

roundRect({double radius = 4, Color? borderColor, double bordeWidth = 1.0, Color? fillColor, BoxShadow? shadow}) DecoratedBox

Available on Widget, provided by the WidgetChainExt extension

safeArea({bool left = true, bool top = true, bool right = true, bool bottom = true, EdgeInsets minimum = EdgeInsets.zero, bool maintainBottomViewPadding = false}) Widget

Available on Widget, provided by the WidgetChainExt extension

scaleTransition({Key? key, required Animation<double> scale, Alignment alignment = Alignment.center, FilterQuality? filterQuality}) ScaleTransition

Available on Widget, provided by the WidgetChainExt extension

selectionArea() SelectionArea

Available on Widget, provided by the WidgetChainExt extension

shapeDecorated({required ShapeBorder shape, Color? color, DecorationImage? image, Gradient? gradient, List<BoxShadow>? shadows}) DecoratedBox

Available on Widget, provided by the WidgetChainExt extension

shapeLinear({Color? fillColor, Color? borderColor, BorderSide? side, LinearBorderEdge? start, LinearBorderEdge? end, LinearBorderEdge? top, LinearBorderEdge? bottom}) Widget

Available on Widget, provided by the WidgetChainExt extension

shapeRounded({Color? fillColor, Color? borderColor, BorderSide? side, double radius = 4}) Widget

Available on Widget, provided by the WidgetChainExt extension

shapeStadium({Color? fillColor, Color? borderColor, BorderSide? side}) Widget

Available on Widget, provided by the WidgetChainExt extension

sizedBox({double? width, double? height, double? all}) SizedBox

Available on Widget, provided by the WidgetChainExt extension

sizeTransition({Key? key, Axis axis = Axis.vertical, required Animation<double> sizeFactor, double axisAlignment = 0.0, double? fixedCrossAxisSizeFactor}) SizeTransition

Available on Widget, provided by the WidgetChainExt extension

slideTransition({Key? key, required Animation<Offset> position, bool transformHitTests = true, TextDirection? textDirection}) SlideTransition

Available on Widget, provided by the WidgetChainExt extension

stack({AlignmentGeometry alignment = AlignmentDirectional.topStart, TextDirection? textDirection, StackFit fit = StackFit.loose, Clip clipBehavior = Clip.hardEdge}) Stack

Available on Widget, provided by the WidgetChainExt extension

tab({double? height}) Tab

Available on Widget, provided by the WidgetChainExt extension

underLine() DecoratedBox

Available on Widget, provided by the WidgetChainExt extension

wellAction({Alignment? alignment = Alignment.center, Color? fillColor, double fillOpacity = 0.4, Color? hoverColor, double radius = 4, VoidCallback? onTap}) Widget

Available on Widget, provided by the WidgetChainExt extension