getShadows method

Shadow getShadows()

Returns the shadows of the matched Icon via Widget.toDiagnosticsNode

Implementation

Shadow getShadows() {
  return getDiagnosticProp<Shadow>('shadows');
}