textButtonRadius property

double? textButtonRadius
final

Border radius override value for TextButton.

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