GetWidgetX extension

on

Properties

sliverFill Widget
no setter
widgetSpan WidgetSpan
no setter

Methods

clipOval({Key? key, bool clip = true, CustomClipper<Rect>? clipper, Clip clipBehavior = Clip.antiAlias}) Widget
clipRect({Key? key, bool clip = true, bool oval = false, BorderRadius? borderRadius, Clip clipBehavior = Clip.antiAlias}) Widget
column({Key? key, bool enabled = true, MainAxisAlignment mainAxisAlignment = MainAxisAlignment.start, MainAxisSize mainAxisSize = MainAxisSize.max, CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.center, VerticalDirection verticalDirection = VerticalDirection.down, TextBaseline? textBaseline, List<Widget> before = const [], List<Widget> after = const []}) Widget
flex({Key? key, int flex = 1, bool enabled = true, bool expanded = false}) Widget
material({Key? key, bool enabled = true, MaterialType type = MaterialType.transparency, double elevation = 0.0, Color? color, Color? shadowColor, TextStyle? textStyle, BorderRadiusGeometry? borderRadius, ShapeBorder? shape, bool borderOnForeground = true, Clip clipBehavior = Clip.none, Duration animationDuration = kThemeChangeDuration}) Widget
plainButton({Key? key, bool enabled = true, bool primary = false, EdgeInsetsGeometry? padding, double? horizontalPadding, double? verticalPadding, double? topPadding, double? bottomPadding, double? leftPadding, double? rightPadding, Color? color, Color? backgroundColor, Color disabledColor = CupertinoColors.quaternarySystemFill, double? minSize = kMinInteractiveDimensionCupertino, double? iconSize, double? pressedOpacity = 0.4, BorderRadius? borderRadius = const BorderRadius.all(Radius.circular(8.0)), AlignmentGeometry alignment = Alignment.center, VoidCallback? onPressed}) Widget
plainButtonMini({Key? key, bool enabled = true, bool primary = false, EdgeInsetsGeometry? padding, double? horizontalPadding, double? verticalPadding, double? topPadding, double? bottomPadding, double? leftPadding = 12, double? rightPadding = 12, Color? color, Color? backgroundColor, Color disabledColor = CupertinoColors.quaternarySystemFill, double? minSize = 0, double? iconSize = 20, double? pressedOpacity = 0.4, BorderRadius? borderRadius = const BorderRadius.all(Radius.circular(8.0)), AlignmentGeometry alignment = Alignment.center, VoidCallback? onPressed}) Widget
plainButtonZero({Key? key, bool enabled = true, bool primary = false, EdgeInsetsGeometry? padding, double? horizontalPadding, double? verticalPadding, double? topPadding, double? bottomPadding, double? leftPadding, double? rightPadding, Color? color, Color? backgroundColor, Color disabledColor = CupertinoColors.quaternarySystemFill, double? minSize = 0, double? iconSize, double? pressedOpacity = 0.4, BorderRadius? borderRadius = const BorderRadius.all(Radius.circular(8.0)), AlignmentGeometry alignment = Alignment.center, VoidCallback? onPressed}) Widget
row({Key? key, bool enabled = true, MainAxisAlignment mainAxisAlignment = MainAxisAlignment.start, MainAxisSize mainAxisSize = MainAxisSize.max, CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.center, VerticalDirection verticalDirection = VerticalDirection.down, TextBaseline? textBaseline, List<Widget> before = const [], List<Widget> after = const []}) Widget
sizedBox(double? size, {Key? key, Alignment? alignment}) Widget
sizedCenter(double? size, {Key? key}) Widget
stack({Key? key, bool enabled = true, AlignmentGeometry alignment = AlignmentDirectional.topStart, StackFit fit = StackFit.loose, Clip clipBehavior = Clip.hardEdge, List<Widget> back = const [], List<Widget> front = const []}) Widget
tooltip([String? message]) Widget