hasEdgeValue static method

bool hasEdgeValue(
  1. EdgeValue? edge
)

Implementation

static bool hasEdgeValue(EdgeValue? edge) => (edge?.all ?? edge?.vertical ?? edge?.horizontal ?? edge?.top ??
    edge?.left ?? edge?.bottom ?? edge?.right) != null;