elevatedButtonRadius property

double? elevatedButtonRadius
final

Border radius value for ElevatedButton.

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? elevatedButtonRadius;