fix as vertical divider

null_safety
小赖 4 years ago
parent 1226c69e85
commit 90e6e47b59

@ -37,9 +37,9 @@ class ASVDivider extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Divider(
return VerticalDivider(
color: color,
height: height,
width: height,
thickness: height,
indent: indent,
endIndent: endIndent,

Loading…
Cancel
Save