drawerRadius property

double? drawerRadius
final

Border radius value for Drawer, also used by NavigationDrawer.

If not defined and defaultRadius is undefined, defaults to kDrawerRadius 28dp, based on M3 Specification https://m3.material.io/components/dialogs/specs

Implementation

final double? drawerRadius;