DefTrianglePainter constructor

DefTrianglePainter({
  1. PreferOrientation preferSite = PreferOrientation.down,
  2. Color? color,
})

Implementation

DefTrianglePainter({this.preferSite = PreferOrientation.down, this.color});