PlatformLabel constructor

const PlatformLabel(
  1. String text, {
  2. Key? key,
  3. Color? color,
})

Implementation

const PlatformLabel(this.text, {Key? key, this.color}) : super(key: key);