PinContainer constructor
const
PinContainer({
- Widget? child,
- Key? key,
- Decoration? decoration,
- double? width = double.infinity,
- double? height = double.infinity,
- AlignmentGeometry? alignment = Alignment.center,
- Color? color,
Implementation
const PinContainer({
this.child,
Key? key,
this.decoration,
this.width = double.infinity,
this.height = double.infinity,
this.alignment = Alignment.center,
this.color,
}) : super(key: key);