isValidBackgroundAttachmentValue static method

bool isValidBackgroundAttachmentValue(
  1. String value
)

Implementation

static bool isValidBackgroundAttachmentValue(String value) {
  return value == SCROLL || value == LOCAL;
}