BifSmoothArc class final

A stroked 90-degree quadrant centered on portion — bounded by the diagonals, because it originates in a CSS border trick. r is the outer radius; the stroke lies inside it.

Inheritance

Constructors

BifSmoothArc({required double cx, required double cy, required double r, BifPortion portion = BifPortion.bottom, BifPaint stroke = BifPaint.theme, double strokeWidth = 2.0, double opacity = 1.0})
const

Properties

cx double
final
cy double
final
hashCode int
The hash code for this object.
no setterinherited
opacity double
final
portion BifPortion
final
r double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stroke BifPaint
final
strokeWidth double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited