• 颜色采集

    • dart ↓
    	Text(
    								"删除后无法恢复",
    								style: AppFonts.dialogTextDisable.copyWith(
    									color:
    										theme.isDark ? null : AppColors.mainP50),
    								strutStyle: const StrutStyle(height: 1.6),
    								textAlign: TextAlign.start,
    								),