WidgetExt extension

on

Methods

toBlurFilter() Widget

Available on Widget, provided by the WidgetExt extension

do blur filter for a Container widget
toCenter() Widget

Available on Widget, provided by the WidgetExt extension

toClipOval() Widget

Available on Widget, provided by the WidgetExt extension

toClipRRect({BorderRadius radius = BorderRadius.zero}) Widget

Available on Widget, provided by the WidgetExt extension

toDecoratedBox({Color? bgColor, ImageProvider<Object>? bgImage, BoxShape? boxShape, BorderRadius? borderRadius, Border? border, bool? inFrontOfChild, bool? hasShadow}) Widget

Available on Widget, provided by the WidgetExt extension

create a decorated container (without size altered)
toExpanded([bool? tight]) Widget

Available on Widget, provided by the WidgetExt extension

toIconButton({VoidCallback? onTap, EdgeInsets? padding}) Widget

Available on Widget, provided by the WidgetExt extension

toInkWell({bool hasEffect = false, VoidCallback? onTap}) Widget

Available on Widget, provided by the WidgetExt extension

toOutlinedButton({VoidCallback? onTap, Color? bgEnableColor, Color? bgDisableColor, Color? borderColor}) Widget

Available on Widget, provided by the WidgetExt extension

toPadding([EdgeInsets? padding]) Widget

Available on Widget, provided by the WidgetExt extension

toPositioned({double? left, double? top, double? right, double? bottom, double? width, double? height}) Widget

Available on Widget, provided by the WidgetExt extension

toScrollableView({Axis? direction, bool scrollable = true, ScrollController? controller, ScrollPhysics? scrollPhysics, Key? key}) Widget

Available on Widget, provided by the WidgetExt extension

toSizedBox([double? width, double? height]) Widget

Available on Widget, provided by the WidgetExt extension

toTitleButton({VoidCallback? onTap, Color? bgEnableColor, Color? bgDisableColor, BorderRadiusGeometry? borderRadius}) Widget

Available on Widget, provided by the WidgetExt extension

toWidgetSpan() InlineSpan

Available on Widget, provided by the WidgetExt extension

transform(WidgetTransform transform, {ValueGetter<bool>? satisfied}) Widget

Available on Widget, provided by the WidgetExt extension

withBadge(String value, {VoidCallback? onBadgeTap, Color textColor = Colors.white, Color bgColor = Colors.red, Alignment align = Alignment.topLeft}) Widget

Available on Widget, provided by the WidgetExt extension