-
I am trying to set elevation to FloatingActionMenu as well as FloatingActionButton but its not working. If i set elevation to 0 still its showing some elevation to buttons
-
Greetings!
I noticed that the first time you access the page containing a FAB it looks normal but when you resume the app it shrinks its size (see screenshots).
This is my (simplified) XAML:
``…
-
Why?
-
```
java.lang.RuntimeException: Unable to start activity ComponentInfo{github.mjksabit.sabit.android/github.mjksabit.sabit.android.MainActivity}: android.view.InflateException: Binary XML file li…
-
I think there are requests that this should be improved for other custom appearances.
-
-
### Use case
The material spec defines https://m3.material.io/components/lists/overview#0d2dff28-83e1-4c09-94b6-d750db2b9911
```
Alignment: Elements in a list item are middle-aligned unless it is…
-
### 기본으로 제공하는 main.dart 동작원리
- _counter int형 변수 0으로 초기화
`int _counter = 0;`
- _incrementCounter 함수를 실행할 때마다 _counter 1씩 증가
```
void _incrementCounter() {
setState(() {
_counter++;
…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues)
### Flutter Quill version
9.3.11 _(edit : still there i…
-
i add fab buttons like this
floatingMenuSort.setVisibility(View.VISIBLE);
for (int i = 0; i < sort_options_title.size(); i++) {
FloatingActionButton fab = …