resolvedButtonRadius property
double
get
resolvedButtonRadius
解析按钮圆角(优先使用组件级配置)
Implementation
double get resolvedButtonRadius => buttonRadius ?? mediumRadius;
解析按钮圆角(优先使用组件级配置)
double get resolvedButtonRadius => buttonRadius ?? mediumRadius;