scale method

  1. @override
ShapeBorder scale(
  1. double t
)
override

TODO: implement this, not a top priority as there is no use case I can think of...

Implementation

@override
ShapeBorder scale(double t) {
  return this;
}