operator * method

EdgeInsets operator *(
  1. double factor
)

Implementation

EdgeInsets operator *(double factor) {
  return scale(factor);
}