getStrokeWidth method

double getStrokeWidth({
  1. bool background = false,
})

Implementation

double getStrokeWidth({bool background = false}) {
  return (background ? backgroundStrokeWidth : strokeWidth);
}