child property

Widget? child
final

If child is set, ZdsDashedLine will serve as the dotted border of child. At this time, width and height will no longer be valid.

Implementation

final Widget? child;