Closed agordeev closed 3 months ago
Leading nav bar widget is fully customizeable. You should be able to adjust it according to your specs. For example, with very simple modification, it looks different. Feel free to create a PR to fix this appearence.
padding: const EdgeInsets.all(16.0),
child: IconButton(
icon: const Icon(Icons.arrow_back_rounded),
onPressed: WoltModalSheet.of(modalSheetContext).showPrevious,
),
),
Before | After |
---|---|
Reproducible on the example project without any modification.
IconButton
should be round, but it's stretched vertically.