NUIIndexedStack constructor

NUIIndexedStack({
  1. required String id,
  2. int initialIndex = 0,
  3. required List<Widget> children,
  4. double? width,
  5. double? height,
})

Implementation

NUIIndexedStack({required this.id, this.initialIndex = 0, required this.children, this.width, this.height});