Fix gauge card tap events
This commit is contained in:
parent
29ee360ec4
commit
ddb9a9d4e9
@ -110,7 +110,9 @@ class GaugeCard extends StatelessWidget {
|
||||
child: Stack(
|
||||
alignment: Alignment.bottomCenter,
|
||||
children: <Widget>[
|
||||
SfRadialGauge(
|
||||
IgnorePointer(
|
||||
ignoring: true,
|
||||
child: SfRadialGauge(
|
||||
axes: <RadialAxis>[
|
||||
RadialAxis(
|
||||
maximum: card.max.toDouble(),
|
||||
@ -139,6 +141,7 @@ class GaugeCard extends StatelessWidget {
|
||||
]
|
||||
)
|
||||
],
|
||||
)
|
||||
),
|
||||
Column(
|
||||
mainAxisSize: MainAxisSize.max,
|
||||
|
Reference in New Issue
Block a user