divider method
Implementation
AutoLayout divider({Color? color, double? thickness}) {
return this
.._divider = Divider(
color: color,
thickness: thickness,
height: thickness,
);
}
AutoLayout divider({Color? color, double? thickness}) {
return this
.._divider = Divider(
color: color,
thickness: thickness,
height: thickness,
);
}