FlyBox constructor
FlyBox({
- Key? key,
- Widget? child,
- List<
Widget> ? children, - AlignmentGeometry? alignment,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- Decoration? decoration,
- Decoration? foregroundDecoration,
- double? width,
- double? height,
- BoxConstraints? constraints,
- Matrix4? transform,
- AlignmentGeometry? transformAlignment,
- Clip? clipBehavior,
- FlyStyle flyStyle = const FlyStyle(),
Implementation
FlyBox({
super.key,
this.child,
this.children,
this.alignment,
this.padding,
this.margin,
this.decoration,
this.foregroundDecoration,
this.width,
this.height,
this.constraints,
this.transform,
this.transformAlignment,
this.clipBehavior,
FlyStyle flyStyle = const FlyStyle(),
}) : _flyStyle = flyStyle;