TableRow constructor Null safety
- {Key? key,
- Decoration? decoration,
- List<
Widget> ? children}
Implementation
const factory TableRow({
Key? key,
Decoration? decoration,
List<Widget>? children,
}) = _TableRow;
const factory TableRow({
Key? key,
Decoration? decoration,
List<Widget>? children,
}) = _TableRow;