ViewCornerRadius.all constructor

const ViewCornerRadius.all(
  1. double value
)

Implementation

const ViewCornerRadius.all(double value)
    : topLeft = value,
      topRight = value,
      bottomLeft = value,
      bottomRight = value;