ZdsIndex constructor

const ZdsIndex(
  1. {Key? key,
  2. Widget? child,
  3. Color? color,
  4. bool useBoxDecoration = true}
)

Creates a small circle used to show status information at a glance. This circle is optional to cater for when a leading icon is required, without a circle. An example of this is 'Approved' with a leading check icon.

Implementation

const ZdsIndex