menu
flare_flutter package
documentation
base/path_point.dart
StraightPathPoint
copyStraight method
copyStraight method
dark_mode
light_mode
copyStraight
method
void
copyStraight
(
StraightPathPoint
from
)
Implementation
void copyStraight(StraightPathPoint from) { super.copy(from); radius = from.radius; }
flare_flutter package
documentation
base/path_point
StraightPathPoint
copyStraight method
StraightPathPoint class