GridLabel constructor
const
GridLabel({
- Key? key,
- required String urlPrefix,
- required String customerId,
- required String tryOnKey,
- double? radius = 5,
- String? btnTxt,
- Color? txtColor = Colors.black,
- FontStyle? fontStyle,
- double? fontSize,
- FontWeight? fontWeight,
- double? height,
- double? width,
- Color? btnColor,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
Implementation
const GridLabel({
super.key,
required this.urlPrefix,
required this.customerId,
required this.tryOnKey,
this.radius = 5,
this.btnTxt,
this.txtColor = Colors.black,
this.fontStyle,
this.fontSize,
this.fontWeight,
this.height,
this.width,
this.btnColor,
this.padding,
this.margin,
});