[DEV] Added axis allignments to radio selectors
This commit is contained in:
@@ -189,7 +189,7 @@ Widget separatedRow(
|
||||
}
|
||||
}
|
||||
return Row(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
mainAxisSize: MainAxisSize.max,
|
||||
crossAxisAlignment: crossAxisAlignment,
|
||||
mainAxisAlignment: mainAxisAlignment,
|
||||
children: finalChildren,
|
||||
@@ -212,7 +212,7 @@ Widget separatedColumn(
|
||||
}
|
||||
}
|
||||
return Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
mainAxisSize: MainAxisSize.max,
|
||||
crossAxisAlignment: withExpandedSpace ? CrossAxisAlignment.stretch : crossAxisAlignment,
|
||||
mainAxisAlignment: mainAxisAlignment,
|
||||
children: finalChildren,
|
||||
|
||||
Reference in New Issue
Block a user