samih damaj
Results
3
comments of
samih damaj
Use Stack Widget it works perfectly
> Formulas aren't supported yet, it's a WIP. > We'll keep you updated when the update drops. 👍
fianl slidableController = SlidableController(this); Slidable( controller: slidableController, // Specify a key if the Slidable is dismissible. key: const ValueKey(0), motion: const ScrollMotion(), children: [ TextButton(onPressed: () { slidableController .close(); },...