Browse Source

Merge remote-tracking branch 'origin/new_revision_app' into new_revision_app

dart3_last
boom 2 years ago
parent
commit
1126f8f813
  1. BIN
      assets/image/integral_return.webp
  2. 20
      lib/community/community_view/class_details.dart

BIN
assets/image/integral_return.webp

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

20
lib/community/community_view/class_details.dart

@ -254,17 +254,17 @@ class _ClassDetails extends State<ClassDetails> with WidgetsBindingObserver {
),
flex: 1,
),
GestureDetector(
onTap: () {
// GestureDetector(
// onTap: () {
// share();
},
child: Icon(
Icons.share,
size: 24,
color: Colors.black,
),
),
SizedBox(width: 15.w,),
// },
// child: Icon(
// Icons.share,
// size: 24,
// color: Colors.black,
// ),
// ),
// SizedBox(width: 15.w,),
],
),
SizedBox(

Loading…
Cancel
Save