feat(ui): add animated decorated box + animate all buttons + customize duration in style
This commit is contained in:
@@ -49,10 +49,10 @@ class Buttons extends DemoPage {
|
||||
SymbolButtons(),
|
||||
Gap(20),
|
||||
SimpleIconButtons(),
|
||||
Gap(20),
|
||||
FileSelectionButtons()
|
||||
],
|
||||
),
|
||||
const Gap(20),
|
||||
const Align(child: FileSelectionButtons()),
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user