copyWith abstract method

Stroke copyWith({
  1. List<Offset>? points,
  2. Color? color,
  3. double? size,
  4. double? opacity,
})

Implementation

Stroke copyWith({
  List<Offset>? points,
  Color? color,
  double? size,
  double? opacity,
});