DigitTableItemTitle constructor
const
DigitTableItemTitle({
- Key? key,
- double? width,
- required String label,
- double? height,
- EdgeInsets? padding,
Implementation
const DigitTableItemTitle({
super.key,
this.width,
required this.label,
this.height,
this.padding,
});