stateBuilder property

DateStateBuilder? stateBuilder
final

Custom builder for date states in the DatePicker, of type DateStateBuilder?, enabling dynamic enabling, disabling, or highlighting of dates based on rules (e.g., weekends disabled). Receives context and date; enhances validation integration with ArcaneField<DateTime> provider for business logic in forms.

Implementation

final DateStateBuilder? stateBuilder;