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