mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-14 01:37:07 -07:00
feat: UI 2.0 and other Improvements (#357)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
9ca06eaa37
commit
e7b5bb40ff
169 changed files with 4584 additions and 3626 deletions
|
|
@ -29,19 +29,15 @@ class AdaptiveFab {
|
|||
duration: const Duration(milliseconds: 250),
|
||||
height: 60,
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 4),
|
||||
child: ElevatedButton(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 6),
|
||||
child: FilledButton.tonal(
|
||||
onPressed: onPressed,
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 16),
|
||||
child: Row(
|
||||
children: [
|
||||
child,
|
||||
const Spacer(),
|
||||
Flexible(child: Text(title)),
|
||||
const Spacer(),
|
||||
],
|
||||
),
|
||||
child: Row(
|
||||
spacing: 24,
|
||||
children: [
|
||||
child,
|
||||
Flexible(child: Text(title)),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue