LabelCustom constructor
const
LabelCustom(
- String title, {
- TextAlign align = TextAlign.left,
- Color color = Colors.white,
- double? height,
- double? size,
- FontWeight weight = FontWeight.bold,
- TextDecoration decoration = TextDecoration.none,
- String? family,
- TextOverflow overflow = TextOverflow.clip,
- int? line,
- FontStyle style = FontStyle.normal,
- Key? key,
Implementation
const LabelCustom(this.title, {this.align = TextAlign.left, this.color = Colors.white, this.height,
this.size, this.weight = FontWeight.bold, this.decoration = TextDecoration.none, this.family,
this.overflow = TextOverflow.clip, this.line, this.style = FontStyle.normal, Key? key}):super(key:key);