containerBreak method
Implementation
Container containerBreak() {
return Container(
width: 0.5,
height: 72,
color: ColorHelper.purpleTint,
);
}
Container containerBreak() {
return Container(
width: 0.5,
height: 72,
color: ColorHelper.purpleTint,
);
}