TwoTonedChip constructor
const
TwoTonedChip({})
Implementation
const TwoTonedChip({
super.key,
required this.left,
required this.right,
this.height,
this.width,
this.leftColor,
this.rightColor,
});
const TwoTonedChip({
super.key,
required this.left,
required this.right,
this.height,
this.width,
this.leftColor,
this.rightColor,
});