Since Flutter has stable Windows support, it's necessary to have support to its UI guidelines to build apps with fidelity, the same way it has support for Material and Cupertino. Seethisfor more info on the off
feat: Use aDecorationinstead ofColorinNavigationAppBar(#1118) feat: AddEditableComboBox.inputFormatters(#1041) BREAKINGfeat:TextBox.decorationandTextBox.foregroundDecorationare now of typeWidgetStateProperty(#987) Before: TextBox( decoration:BoxDecoration( color:Colors.red, ), foregroundDecoration:BoxDecora...