GradOf.grey constructor

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

A gradient of ten shades of grey.

See also: Greys.

Implementation

const GradOf.grey({bool growable = false})
    : super(const Greys(), growable: growable);