CyberLabel constructor
const
CyberLabel({
- Key? key,
- dynamic text,
- String? format,
- TextStyle? style,
- TextAlign? textalign,
- Color? textcolor,
- Color? backgroundColor,
- dynamic isVisible = true,
- bool isIcon = false,
- double? iconSpacing,
- double? iconSize,
- dynamic onLeaver(
- dynamic
- bool? showRipple,
- Color? rippleColor,
- BorderRadius? rippleBorderRadius,
- EdgeInsets? tapPadding,
- int? maxLines,
- TextOverflow? overflow,
Implementation
const CyberLabel({
super.key,
this.text,
this.format,
this.style,
this.textalign,
this.textcolor,
this.backgroundColor,
this.isVisible = true,
this.isIcon = false,
this.iconSpacing,
this.iconSize,
this.onLeaver,
this.showRipple,
this.rippleColor,
this.rippleBorderRadius,
this.tapPadding,
this.maxLines,
this.overflow,
});