ShapePointerConfig constructor
const
ShapePointerConfig({
- ShapePointerStyle style = ShapePointerStyle.triangle,
- Color color = Colors.blue,
- double size = 15.0,
- ShapePointerPosition position = ShapePointerPosition.outer,
- double offsetRatio = 0.0,
- Color? borderColor,
- double borderWidth = 0.0,
- bool hasShadow = true,
Creates a shape pointer configuration.
Implementation
// ignore: sort_constructors_first
const ShapePointerConfig({
this.style = ShapePointerStyle.triangle,
this.color = Colors.blue,
this.size = 15.0,
this.position = ShapePointerPosition.outer,
this.offsetRatio = 0.0,
this.borderColor,
this.borderWidth = 0.0,
this.hasShadow = true,
});