Use maxWidth to define the maximum width of event slot. If enough space is available, the event slot will use the specified max width. Otherwise, it will reduce to fit all events in the cell. If max width is not specified, slots will expand to fill the cell.
Checklist
[X] The title of my PR starts with a Conventional Commit prefix (fix:, feat:, docs: etc).
Description
Use
maxWidth
to define the maximum width of event slot. If enough space is available, the event slot will use the specified max width. Otherwise, it will reduce to fit all events in the cell. If max width is not specified, slots will expand to fill the cell.Checklist
fix:
,feat:
,docs:
etc).docs
and added dartdoc comments with///
.examples
ordocs
.Breaking Change?
Related Issues
Closes #413