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, flex: 1,
), ),
GestureDetector( // GestureDetector(
onTap: () { // onTap: () {
// share(); // share();
}, // },
child: Icon( // child: Icon(
Icons.share, // Icons.share,
size: 24, // size: 24,
color: Colors.black, // color: Colors.black,
), // ),
), // ),
SizedBox(width: 15.w,), // SizedBox(width: 15.w,),
], ],
), ),
SizedBox( SizedBox(

Loading…
Cancel
Save