UIStack constructor
UIStack({
- Iterable<
Any> ? children,
Implementation
factory UIStack({
$core.Iterable<$2.Any>? children,
}) {
final result = create();
if (children != null) result.children.addAll(children);
return result;
}