mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -07:00
feature: Rework responsive layout (#217)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
e07f280124
commit
8012fdcea8
48 changed files with 1468 additions and 1040 deletions
|
|
@ -149,7 +149,7 @@ class SimpleDurationPicker extends ConsumerWidget {
|
|||
children: [
|
||||
if (showNever) ...{
|
||||
TextButton(
|
||||
onPressed: () => onChanged(null),
|
||||
onPressed: () => onChanged(Duration.zero),
|
||||
child: Text(context.localized.never),
|
||||
),
|
||||
const Spacer(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue