outlinedButtonRadius property

double? outlinedButtonRadius
final

Border radius value for OutlinedButton.

If not defined and defaultRadius is undefined, defaults to kButtonRadius 40dp in M2 and StadiumBorder in M3. https://m3.material.io/components/buttons/specs

Implementation

final double? outlinedButtonRadius;