TD constructor
const
TD(
- Widget child, {
- Key? key,
- EdgeInsets padding = const EdgeInsets.all(8.0),
- Color? color,
- TRStyle style = TRStyle.normal,
Implementation
const TD(this.child,
{super.key,
this.padding = const EdgeInsets.all(8.0),
this.color,
this.style = TRStyle.normal});