vertices property

List<PreferredSizeWidget>? vertices
final

Optional vertices widgets. They must be a PreferredSizeWidget and their centers will match their respective vertice.

Implementation

final List<PreferredSizeWidget>? vertices;