AlignExtensions extension
Methods
-
alignAtBottomCenter({Key? key, double? heightFactor, double? widthFactor})
→ Align
-
-
alignAtBottomLeft({Key? key, double? heightFactor, double? widthFactor})
→ Align
-
-
alignAtBottomRight({Key? key, double? heightFactor, double? widthFactor})
→ Align
-
-
alignAtCenter({Key? key, double? heightFactor, double? widthFactor})
→ Align
-
-
alignAtCenterLeft({Key? key, double? heightFactor, double? widthFactor})
→ Align
-
-
alignAtCenterRight({Key? key, double? heightFactor, double? widthFactor})
→ Align
-
-
alignAtLERP(Alignment a, Alignment b, double t, {Key? key, double? heightFactor, double? widthFactor})
→ Align
-
-
alignAtTopCenter({Key? key, double? heightFactor, double? widthFactor})
→ Align
-
-
alignAtTopLeft({Key? key, double? heightFactor, double? widthFactor})
→ Align
-
-
alignAtTopRight({Key? key, double? heightFactor, double? widthFactor})
→ Align
-
-
alignXY(double x, double y, {Key? key, double? heightFactor, double? widthFactor})
→ Align
-