mekjolle
mekjolle
When adding .setMoveable to "window manager" startup properties:  This works: ``` void main() async { WidgetsFlutterBinding.ensureInitialized(); await windowManager.ensureInitialized(); WindowOptions windowOptions = const WindowOptions( size: Size(1920, 1080), center: true, backgroundColor:...
https://github.com/maxim-saplin/data_table_2/blame/2a298245b4b5ab66ba3a90196cc5d27ff33c98f9/lib/src/data_table_2.dart#L1121-L1126 I get this assert on all of my resizeable columns when running in debug mode?