|
|
|
@ -56,6 +56,7 @@ class _PpmPmChecklistFormState extends State<PpmPmChecklistForm> {
|
|
|
|
initialValue: list[index].instructionText?.text ?? "",
|
|
|
|
initialValue: list[index].instructionText?.text ?? "",
|
|
|
|
enable: false,
|
|
|
|
enable: false,
|
|
|
|
showShadow: false,
|
|
|
|
showShadow: false,
|
|
|
|
|
|
|
|
makeMultiLinesNull: true,
|
|
|
|
enableColor: AppColor.neutral100,
|
|
|
|
enableColor: AppColor.neutral100,
|
|
|
|
backgroundColor: context.isDark ? AppColor.neutral20 : AppColor.neutral100,
|
|
|
|
backgroundColor: context.isDark ? AppColor.neutral20 : AppColor.neutral100,
|
|
|
|
// backgroundColor: context.isDark ? AppColor.neutral50 : null,
|
|
|
|
// backgroundColor: context.isDark ? AppColor.neutral50 : null,
|
|
|
|
|