Models constructor

Models({
  1. BorderRadius? borderRadius,
  2. List<Color>? colors,
  3. double? angle,
})

Implementation

Models({this.borderRadius, this.colors, this.angle});