mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
fixed MeteringMeasureButton
init state
This commit is contained in:
parent
2300c828b1
commit
8871b643d2
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class MeteringMeasureButton extends StatefulWidget {
|
||||||
}
|
}
|
||||||
|
|
||||||
class _MeteringMeasureButtonState extends State<MeteringMeasureButton> {
|
class _MeteringMeasureButtonState extends State<MeteringMeasureButton> {
|
||||||
bool _isPressed = true;
|
bool _isPressed = false;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
|
|
Loading…
Reference in a new issue