getWeight method

double getWeight()

Returns the weight of the matched Icon via Widget.toDiagnosticsNode

Implementation

double getWeight() {
  return getDiagnosticProp<double>('weight');
}