BSRowInheritance constructor
The InheritedWidget, which passes data to all the children of BSRowInheritance, allows children to update when BSRowInheritance data updates, usually from a screen resize. The current axis of the row is used to determine the size of children BSColumn
Implementation
const BSRowInheritance({
super.key,
required super.child,
required this.currentAxis,
});