Models constructor
Models({
- BorderRadius? borderRadius,
- List<
Color> ? colors, - double? angle,
Implementation
Models({this.borderRadius, this.colors, this.angle});