update
This commit is contained in:
parent
f71cb96421
commit
97e2291159
2 changed files with 4 additions and 2 deletions
|
|
@ -42,4 +42,6 @@
|
||||||
<data android:mimeType="text/plain"/>
|
<data android:mimeType="text/plain"/>
|
||||||
</intent>
|
</intent>
|
||||||
</queries>
|
</queries>
|
||||||
|
|
||||||
|
<uses-permission android:name="android.permission.INTERNET"/>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,8 @@ class ButtonWidget extends StatelessWidget {
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return TextButton(
|
return ElevatedButton(
|
||||||
style: TextButton.styleFrom(
|
style: ElevatedButton.styleFrom(
|
||||||
foregroundColor: Color(0xFF8E44AD), // text color
|
foregroundColor: Color(0xFF8E44AD), // text color
|
||||||
backgroundColor: const Color(0xFFE8DAEF), // background color
|
backgroundColor: const Color(0xFFE8DAEF), // background color
|
||||||
side: const BorderSide(color: Color.fromARGB(55, 255, 255, 255)), // border color
|
side: const BorderSide(color: Color.fromARGB(55, 255, 255, 255)), // border color
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue