1
This commit is contained in:
parent
8b91028493
commit
60f7404958
@ -14,6 +14,7 @@ class EditUserinfoView extends GetView<EditUserinfoController> {
|
||||
Widget build(BuildContext context) {
|
||||
Get.put(EditUserinfoController());
|
||||
return Scaffold(
|
||||
backgroundColor: Colors.black,
|
||||
body: Container(
|
||||
decoration: const BoxDecoration(
|
||||
image: DecorationImage(
|
||||
|
||||
@ -12,6 +12,7 @@ class LoginView extends GetView<LoginController> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
backgroundColor: Colors.black,
|
||||
body: Container(
|
||||
decoration: const BoxDecoration(
|
||||
image: DecorationImage(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user