Merge pull request #118 from yaso-meth/BUG--Set-location-wrap-issue
increase size of button
This commit is contained in:
@@ -33,7 +33,7 @@ android {
|
|||||||
compileSdkVersion flutter.compileSdkVersion
|
compileSdkVersion flutter.compileSdkVersion
|
||||||
ndkVersion = "27.0.12077973"
|
ndkVersion = "27.0.12077973"
|
||||||
// ndkVersion flutter.ndkVersion
|
// ndkVersion flutter.ndkVersion
|
||||||
compileSdkVersion 34
|
compileSdkVersion 35
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_8
|
sourceCompatibility JavaVersion.VERSION_1_8
|
||||||
|
|||||||
@@ -441,7 +441,7 @@ class _MihBusinessProfileState extends State<MihBusinessProfile> {
|
|||||||
),
|
),
|
||||||
const SizedBox(width: 10.0),
|
const SizedBox(width: 10.0),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
width: 80.0,
|
width: 100.0,
|
||||||
height: 50.0,
|
height: 50.0,
|
||||||
child: MIHButton(
|
child: MIHButton(
|
||||||
buttonText: "Set",
|
buttonText: "Set",
|
||||||
|
|||||||
Reference in New Issue
Block a user