menu
wahyz_bootstrap package
documentation
presentation/controller/calendar_controller.dart
RangeEndController
update method
update method
dark_mode
light_mode
update
method
void
update
(
DateTime
?
rangeEnd
)
Implementation
void update(DateTime? rangeEnd) { state = rangeEnd; debugPrint("[[RangeEnd]]: $state"); }
wahyz_bootstrap package
documentation
presentation/controller/calendar_controller
RangeEndController
update method
RangeEndController class