hasBorderRadius static method

bool hasBorderRadius(
  1. BeagleStyle? style
)

Implementation

static bool hasBorderRadius(BeagleStyle? style) => (style?.cornerRadius?.topLeft ?? style?.cornerRadius?.topRight
    ?? style?.cornerRadius?.radius ?? style?.cornerRadius?.bottomLeft ?? style?.cornerRadius?.bottomLeft) != null;