iconShadow method

SelectMenuItemStyler iconShadow(
  1. ShadowMix value
)
inherited

Sets single icon shadow

Implementation

T iconShadow(ShadowMix value) {
  return icon(IconStyler(shadows: [value]));
}