flutter-card Questions
3
Solved
I've got a problem with onTap event for GestureDedector.
I tried in card too but not working. When I tap sizedbox nothing happens.
GestureDetector(
onTap: () => GoToPage(),
child: SizedBox(
...
Liberati asked 6/9, 2021 at 13:29
2
Solved
Card(
semanticContainer: true,
clipBehavior: Clip.antiAliasWithSaveLayer,
child: Image.network( 'https://placeimg.com/640/480/any',fit: BoxFit.fill),
shape: RoundedRectangleBorder(
borderRadiu...
Oozy asked 26/9, 2019 at 10:48
1
© 2022 - 2024 — McMap. All rights reserved.