child property

Widget? child
final

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

Implementation

final Widget? child;