WidgetExt extension

on

Methods

align({AlignmentGeometry alignment = Alignment.center, double? widthFactor, double? heightFactor, Key? key}) Widget
bottom({double? widthFactor, double? heightFactor, Key? key}) Widget
center({Key? key}) Widget
constrainedBox({required BoxConstraints constraints, Key? key}) Widget
expand({Key? key}) Widget
expanded({int flex = 1, Key? key}) Widget
fill({double left = 0.0, double top = 0.0, double right = 0.0, double bottom = 0.0, double width = 0.0, double height = 0.0, Key? key}) Widget
flexible({int flex = 1, FlexFit fit = FlexFit.loose, Key? key}) Widget
inkWell(GestureTapCallback onTap, {Key? key}) Widget
left({double? widthFactor, double? heightFactor, Key? key}) Widget
materialInkWell(GestureTapCallback onTap, {Color color = Colors.transparent, Key? key}) Widget
onTap(GestureTapCallback onTap, {HitTestBehavior? behavior, Key? key}) Widget
opacity({required double opacity, bool alwaysIncludeSemantics = false, Key? key}) Widget
padding({required EdgeInsetsGeometry padding, Key? key}) Widget
positioned({double? left, double? top, double? right, double? bottom, double? width, double? height, Key? key}) Widget
rotate({required double angle, Offset? origin, AlignmentGeometry? alignment = Alignment.center, bool transformHitTests = true, Key? key}) Widget
safeArea({bool left = true, bool top = true, bool right = true, bool bottom = true, EdgeInsets minimum = EdgeInsets.zero, bool maintainBottomViewPadding = false, Key? key}) Widget
scale({required double scale, Offset? origin, AlignmentGeometry? alignment = Alignment.center, bool transformHitTests = true, Key? key}) Widget
sizedBox({double? width, double? height, Key? key}) Widget
top({double? widthFactor, double? heightFactor, Key? key}) Widget
translate({required Offset offset, bool transformHitTests = true, Key? key}) Widget
visibility({bool visible = true, Key? key}) Widget