Stack constructor

const Stack({
  1. List<TileWidget> children = const [],
})

Implementation

const Stack({
  this.children = const [],
});