DoubleListTileButtons constructor
const
DoubleListTileButtons({})
Creates a DoubleListTileButtons widget.
Implementation
const DoubleListTileButtons({
super.key,
required this.firstButton,
required this.secondButton,
this.padding = EdgeInsets.zero,
this.expanded = true,
this.space,
});