feat(ui): add animated decorated box + animate all buttons + customize duration in style

This commit is contained in:
2023-04-28 15:33:26 +02:00
parent abd5e1b558
commit 4ebb679a29
18 changed files with 352 additions and 350 deletions
@@ -49,10 +49,10 @@ class Buttons extends DemoPage {
SymbolButtons(),
Gap(20),
SimpleIconButtons(),
Gap(20),
FileSelectionButtons()
],
),
const Gap(20),
const Align(child: FileSelectionButtons()),
],
);
}