From ef33bb1f0444f0ff17a03bc14203912bb9e8ede6 Mon Sep 17 00:00:00 2001 From: Matthias Ngeo Date: Mon, 15 Jul 2024 20:40:52 +0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Joe Kawai --- forui/lib/src/widgets/calendar/calendar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forui/lib/src/widgets/calendar/calendar.dart b/forui/lib/src/widgets/calendar/calendar.dart index e2e2018aa..af11481fb 100644 --- a/forui/lib/src/widgets/calendar/calendar.dart +++ b/forui/lib/src/widgets/calendar/calendar.dart @@ -178,7 +178,7 @@ final class FCalendarStyle with Diagnosticable { /// The decoration surrounding the header & picker. final BoxDecoration decoration; - /// The padding surrounding the header & picker. Defaults to `const EdgeInsets.symmetric(horizontal: 12, vertical: 16)`. + /// The padding surrounding the header & picker. Defaults to `EdgeInsets.symmetric(horizontal: 12, vertical: 16)`. final EdgeInsets padding; /// The duration of the page switch animation. Defaults to 200 milliseconds.