-
Hixie updated
5 months ago
-
**Description:**
As the title says, the `fabCradleVerticalOffset` attribute on BottomAppBar, which I want to be 0dp, only affects the offset of the FAB, while the cradle stays the same as if the off…
-
**Description:** When I'm trying to show button with `fab.visibility = View.VISIBLE` it doesn't set BottomAppBar cradle. On the other side when I'm using `fab.show()` it creates wrong animation
|visi…
-
If you want to have a bottom navigation bar(CircularNotchedRectangle) with a nice floatingActionButton on all your app sections(pages) but different appBar the only solution is to use nested Scaffolds…
-
**Is your feature request related to a problem?**
I am trying to use `FlexibleBottomSheet` on a screen that uses `Scaffold` and `bottomBar`. When I add the `FlexibleBottomSheet` to the screen it si…
-
方法はわからない
sesta updated
5 years ago
-
### Steps to reproduce
consider this code:
```dart
import 'package:flutter/material.dart';
class MainContent extends StatefulWidget {
const MainContent({super.key});
@override
State…
-
It is better, easier, and will provide more functions.
https://developer.android.com/reference/kotlin/androidx/compose/material3/package-summary#navigationbar
-
It should be possible to set the position of a `FloatingActionButton` relative to the `AppBar` not just the `BottomAppBar`. See https://material.io/design/components/buttons-floating-action-button.htm…
-
As per this PR #14406 the `BottomNavigation` has been explicitly set to not float above the keyboard when it is open as per the Material Design spec, however there could be instances where this could …