child property

Widget? child
final

如果设置了 childFDottedLine 将会作为 child 的虚线边框。 此时,widthheight 将不再有效。

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;