BubbleEdges.symmetric constructor

const BubbleEdges.symmetric({
  1. double? vertical,
  2. double? horizontal,
})

Implementation

const BubbleEdges.symmetric({
  double? vertical,
  double? horizontal,
})  : left = horizontal,
      top = vertical,
      right = horizontal,
      bottom = vertical;