LogicGridGroup.rightBottomHighLGroup constructor
Implementation
factory LogicGridGroup.rightBottomHighLGroup({GridPos fromStartAxis = GridZero, String? name})=>
LogicGridGroup(axis: fromStartAxis, name: name, data: [
GridUnit.offset(offset: GridXStep),
GridUnit.offset(offset: GridXYStep),
GridUnit.offset(offset: GridYDouble),
GridUnit.offset(offset: GridXStepYDouble),
]);