getFill method

double getFill()

Returns the fill of the matched Icon via Widget.toDiagnosticsNode

Implementation

double getFill() {
  return getDiagnosticProp<double>('fill');
}