RhombusWidget constructor
Creates a RhombusWidget with the given width
, height
, and color
.
Implementation
RhombusWidget({required this.width, required this.height, required this.color});
Creates a RhombusWidget with the given width
, height
, and color
.
RhombusWidget({required this.width, required this.height, required this.color});