toWidget method
Return the associated Widget
Implementation
@override
Widget toWidget(BuildContext context) =>
Divider(height: height, color: toColor(color));
Return the associated Widget
@override
Widget toWidget(BuildContext context) =>
Divider(height: height, color: toColor(color));