filledButtonRadius property

double? filledButtonRadius
final

Border radius override value for FilledButton.

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