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