HubbleRow constructor
const
HubbleRow({
- Key? key,
- MainAxisAlignment? mainAxisAlignment,
- CrossAxisAlignment? crossAxisAlignment,
- required List<
Widget> children,
Implementation
const HubbleRow({
super.key,
this.mainAxisAlignment,
this.crossAxisAlignment,
required this.children,
});