addFlextrix method

Widget addFlextrix({
  1. Key? key,
  2. LayoutFormat? format,
})

Implementation

Widget addFlextrix({Key? key, LayoutFormat? format}){
  return Layout(key: key, format: format,child: this,);
}