ZdsLabel constructor

const ZdsLabel(
  1. {Key? key,
  2. IconData? icon,
  3. Widget? child,
  4. double? size = 16,
  5. EdgeInsets padding = const EdgeInsets.only(right: 16)}
)

Creates a label.

Implementation

const ZdsLabel