TFlowPanel constructor
const
TFlowPanel({})
Implementation
const TFlowPanel({
super.key,
required this.controlList,
this.flowStyle = TFlowStyle.fsLeftRightTopBottom,
this.autoWrap = true,
this.spacing = 4,
this.runSpacing = 4,
this.color,
this.width,
this.height,
});