null safety
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user