NsgRowToColumn constructor

const NsgRowToColumn({
  1. Key? key,
  2. required List<Widget> children,
  3. bool addExpanded = false,
  4. int switchWidth = 400,
  5. double gap = 0,
})

Implementation

const NsgRowToColumn({Key? key, required this.children, this.addExpanded = false, this.switchWidth = 400, this.gap = 0}) : super(key: key);