useRoundedBorder method
Implementation
useRoundedBorder({
double? rounded,
Color? color,
double? width,
BorderStyle? style,
}) =>
$parent
..useRoundedBorder(
rounded: rounded,
color: color,
width: width,
style: style,
);