null safety

This commit is contained in:
efrilm
2025-09-19 19:12:35 +07:00
parent 6acfbdc4ca
commit 3022d8de9f
7 changed files with 41 additions and 39 deletions
@@ -41,7 +41,7 @@ class _SettingPageState extends State<SettingPage> {
vertical: 12.0,
),
width: double.infinity,
height: context.deviceHeight * 0.1,
height: context.deviceHeight * 0.12,
decoration: const BoxDecoration(
color: AppColors.white,
border: Border(
@@ -63,7 +63,7 @@ class _SettingsPageState extends State<SettingsPage> {
vertical: 12.0,
),
width: double.infinity,
height: context.deviceHeight * 0.1,
height: context.deviceHeight * 0.12,
decoration: const BoxDecoration(
color: AppColors.white,
border: Border(
@@ -23,7 +23,7 @@ class SettingsTitle extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Container(
height: context.deviceHeight * 0.1,
height: context.deviceHeight * 0.12,
padding: const EdgeInsets.symmetric(horizontal: 16.0, vertical: 12.0),
decoration: BoxDecoration(
color: AppColors.white,