PipenRow.end constructor
const
PipenRow.end({
- Key? key,
- Widget? child,
- EdgeInsets? margin,
- Iterable<
Widget> ? listable, - List<
Widget> ? children, - MainAxisSize? mainAxisSize,
- CrossAxisAlignment? vertical = CrossAxisAlignment.end,
- MainAxisAlignment? horizontal = MainAxisAlignment.end,
Implementation
const PipenRow.end({
super.key,
this.child,
this.margin,
this.listable,
this.children,
this.mainAxisSize,
this.vertical = CrossAxisAlignment.end,
this.horizontal = MainAxisAlignment.end,
});