get_screen_border_radius method

DoubleOption get_screen_border_radius()

Returns the screen border radius in logical pixels. If hasValue is 0, the value is not available on this platform.

Implementation

DoubleOption get_screen_border_radius() {
  return _get_screen_border_radius();
}