TxDataRow constructor
const
TxDataRow({
- required List<
Widget> cells, - Decoration? decoration,
- double? spacing,
- EdgeInsetsGeometry? padding,
- Key? key,
为 TxDataGrid 的行创建配置。
cells 参数不得为空。
Implementation
const TxDataRow({
required this.cells,
this.decoration,
this.spacing,
this.padding,
super.key,
});