|
@@ -35,7 +35,6 @@ class MyApp extends StatelessWidget {
|
|
|
colorScheme:
|
|
|
ColorScheme.fromSeed(seedColor: Color.fromARGB(255, 0, 255, 255)),
|
|
|
),
|
|
|
- // home: MyHomePage(),
|
|
|
routerConfig: _router,
|
|
|
);
|
|
|
}
|
|
@@ -111,7 +110,6 @@ class _LangState extends State<Lang> {
|
|
|
borderRadius: BorderRadius.only(
|
|
|
topLeft: Radius.circular(20),
|
|
|
bottomLeft: Radius.circular(20)),
|
|
|
- //side: BorderSide(color: Colors.red),
|
|
|
))),
|
|
|
child: Text('EN'),
|
|
|
),
|
|
@@ -137,26 +135,6 @@ class _LangState extends State<Lang> {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-// class Judul extends StatelessWidget {
|
|
|
-// const Judul({
|
|
|
-// Key? key,
|
|
|
-// }) : super(key: key);
|
|
|
-
|
|
|
-// @override
|
|
|
-// Widget build(BuildContext context) {
|
|
|
-// var theme = Theme.of(context);
|
|
|
-// var style = theme.textTheme.displayMedium!.copyWith(
|
|
|
-// color: Colors.orange,
|
|
|
-// );
|
|
|
-
|
|
|
-// return Column(
|
|
|
-// children: [
|
|
|
-// Text('TelNow', style: style),
|
|
|
-// ],
|
|
|
-// );
|
|
|
-// }
|
|
|
-// }
|
|
|
-
|
|
|
class Pindai extends StatelessWidget {
|
|
|
const Pindai({
|
|
|
Key? key,
|
|
@@ -180,19 +158,3 @@ class Pindai extends StatelessWidget {
|
|
|
);
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-// class Footer extends StatelessWidget {
|
|
|
-// const Footer({
|
|
|
-// Key? key,
|
|
|
-// }) : super(key: key);
|
|
|
-
|
|
|
-// @override
|
|
|
-// Widget build(BuildContext context) {
|
|
|
-// return Column(
|
|
|
-// children: [
|
|
|
-// Text('Kebijakan Privasi'),
|
|
|
-// Text('Versi 4.0.0.0'),
|
|
|
-// ],
|
|
|
-// );
|
|
|
-// }
|
|
|
-// }
|