Closed cesarkmelo closed 10 months ago
Sure:
Accordion(
children: [
AccordionSection(.......),
if (YOUR_CONDITION) AccordionSection(.......),
AccordionSection(.......),
]
)
Great, LOL, I was blinded by the ternary operator. Thanks.
Hi, Is it possible to show an AccordionSection condicionally?
Something like this
This will be very nice to have.