setShadowTop method

void setShadowTop(
  1. double? value
)

Implementation

void setShadowTop(double? value) {
  _shadowTop = value;
  _notify;
}