GradOf.red constructor

const GradOf.red({
  1. bool growable = false,
})

A gradient of ten shades of red.

See also: Reds.

Implementation

const GradOf.red({bool growable = false})
    : super(const Reds(), growable: growable);