- Notifications
You must be signed in to change notification settings - Fork29.7k
Open
Labels
P3Issues that are less important to the Flutter projectc: regressionIt was better in the past than it is nowf: material designflutter/packages/flutter/material repository.found in release: 2.5Found to occur in 2.5found in release: 2.6Found to occur in 2.6frameworkflutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onteam-designOwned by Design Languages teamtriaged-designTriaged by Design Languages team
Description
Steps to Reproduce
This problem did not occur until Flutter Ver.2.2.3. This happens in v.2.5.0 and v2.5.1.
- Create a new Flutter project in Android Studio.
- Set the FloatingActionButton to be translucent.
example:
floatingActionButton:FloatingActionButton( onPressed: _incrementCounter, tooltip:'Increment', child:Icon(Icons.add_sharp), backgroundColor:Color.fromARGB(110,0x30,0xe0,0xa0), foregroundColor:Color.fromARGB(200,255,255,255), elevation:3.0, mini:true, )
Expected results:
The display returns to the original when you stop touching the button.
Actual results:
The display may not return to its original state even if you stop touching the button.
If you don't do setState (), it won't return for sure.
Details
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectc: regressionIt was better in the past than it is nowf: material designflutter/packages/flutter/material repository.found in release: 2.5Found to occur in 2.5found in release: 2.6Found to occur in 2.6frameworkflutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onteam-designOwned by Design Languages teamtriaged-designTriaged by Design Languages team