GradOf.teal constructor

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

A gradient of ten shades of teal.

See also: Teals.

Implementation

const GradOf.teal({bool growable = false})
    : super(const Teals(), growable: growable);