RectangleFeature constructor
const
RectangleFeature({})
Implementation
const RectangleFeature({
required this.topLeft,
required this.topRight,
required this.bottomLeft,
required this.bottomRight,
});
const RectangleFeature({
required this.topLeft,
required this.topRight,
required this.bottomLeft,
required this.bottomRight,
});