FlutterWeekView icon indicating copy to clipboard operation
FlutterWeekView copied to clipboard

Setting inScrollableWidget to false throws error.

Open hmarat opened this issue 4 years ago • 0 comments

Describe the bug I want to put WeekView widget inside a Column, and make scrollable the whole column. So I set inScrollableWidget: false But get this error: Null check operator used on a null value

Here in the image I will show the point where error throws. (Source code of your week_view.dart) image

Steps to reproduce the behavior:

  1. Set WeekView's inScrollableWidget property to false
  2. See error

hmarat avatar Sep 28 '21 05:09 hmarat