diff --git a/lib/src/theme/color_swatch.dart b/lib/src/theme/color_swatch.dart index 2c8442d3..344d773b 100644 --- a/lib/src/theme/color_swatch.dart +++ b/lib/src/theme/color_swatch.dart @@ -4,12 +4,19 @@ import 'package:flutter/material.dart'; import 'color_extensions.dart'; import 'contrast.dart'; -/// A swatch of colors with values from 10 (light) to 100 (dark). +/// {@template zeta-colors-swatch} +/// Contains shades from 10 (light) to 100 (dark). +/// +/// See also: +/// * [ColorSwatch]. +/// {@endtemplate} +/// /// {@category Theme} @immutable class ZetaColorSwatch extends ColorSwatch with EquatableMixin { /// Constructs a [ZetaColorSwatch]. /// + /// /// See also: /// * [MaterialColor]. const ZetaColorSwatch({