RhombusPainter constructor
RhombusPainter({
- required Color color,
Creates a RhombusPainter with the given color
.
Implementation
RhombusPainter({required this.color});
Creates a RhombusPainter with the given color
.
RhombusPainter({required this.color});