tejacoder
Results
2
comments of
tejacoder
 anyone can help me ? how to fix it , thank
Try this : ```dart Widget _buildHorizontal() { final List children = [ for (int i = 0; i < widget.steps.length; i += 1) ...[ InkResponse( onTap: widget.steps[i].state != StepState.disabled ?...