WT 1.1.17+2 error fix utf8 in names, thick pointer
This commit is contained in:
@@ -110,10 +110,10 @@ class ImageButton extends StatelessWidget {
|
||||
)),
|
||||
isMarked == null || Cache().hasPurchased
|
||||
? Offstage()
|
||||
: Stack(alignment: Alignment.topCenter, children: [
|
||||
: Stack(alignment: Alignment.center, children: [
|
||||
Positioned(
|
||||
top: 10,
|
||||
left: (width / 2 - 30) / 2 - 75,
|
||||
left: (width / 2 - 30) / 2 - 25,
|
||||
child: !isLocked!
|
||||
? Offstage()
|
||||
: GestureDetector(
|
||||
|
||||
Reference in New Issue
Block a user