menu
roomplan_flutter package
documentation
api/models/wall_data.dart
WallData
points property
points property
dark_mode
light_mode
points
property
List
<
Position
>
points
final
A list of 3D points that define the perimeter of the wall.
Implementation
final List<Position> points;
roomplan_flutter package
documentation
api/models/wall_data
WallData
points property
WallData class