Stack constructor

Stack({
  1. Key? key,
  2. String? alignment,
  3. List<SduiNode> children = const [],
})

Implementation

Stack({Key? key, this.alignment, this.children = const []}) : super(key: key);