decoration property
final
The background and border decoration for the table.
If null, DataTableThemeData.decoration is used. By default there is no decoration.
Implementation
final Decoration? decoration;
The background and border decoration for the table.
If null, DataTableThemeData.decoration is used. By default there is no decoration.
final Decoration? decoration;