LabelOverlayOptions constructor
const
LabelOverlayOptions({
- Alignment alignment = Alignment.bottomRight,
- bool rotate = true,
- required Widget label,
- bool hideOnEdit = false,
- EdgeInsets? margin,
Implementation
const LabelOverlayOptions({
this.alignment = Alignment.bottomRight,
this.rotate = true,
required this.label,
this.hideOnEdit = false,
this.margin,
});