NikuStack constructor
NikuStack(
- List<
Widget> children, { - Key? key,
- AlignmentGeometry? alignment,
- TextDirection? textDirection,
- StackFit? fit,
- Clip? clipBehavior,
Implementation
NikuStack(
this.children, {
Key? key,
this.alignment,
this.textDirection,
this.fit,
this.clipBehavior,
}) : super(key: key);