StarConstraints constructor

StarConstraints({
  1. required double minStarSize,
  2. required double maxStarSize,
  3. required int bigStarThreshold,
})

Implementation

StarConstraints({
  required this.minStarSize,
  required this.maxStarSize,
  required this.bigStarThreshold
});