CustomTableColumn constructor
const
CustomTableColumn({
- Key? key,
- String? text,
- double? width,
- double? height,
- int? flex,
- TextAlign? textAlign,
- TextStyle? textStyle,
- EdgeInsets? padding = const EdgeInsets.all(0),
- EdgeInsets? margin,
- Color? backgroundColor,
- Color? textColor,
- Function? onPressed,
- Widget? child,
- VisualDensity? visualDensity,
Implementation
const CustomTableColumn({
super.key,
super.text,
super.width,
super.height,
super.flex,
super.textAlign,
super.textStyle,
super.padding = const EdgeInsets.all(0),
super.margin,
super.backgroundColor,
super.textColor,
super.onPressed,
super.child,
super.visualDensity
});