Craig Howell
Craig Howell
Components have either no transition set for background, color and border or other Components have transition set making the transition from light mode -> dark mode and dark mode ->...
Wrap in Postion like so: ``` Widget _showFixedGroupHeader(int index) { if (widget.elements.length > 0) { _groupHeaderKey = GlobalKey(); return Positioned( left: 0, right: 0, top: 55.0, child: Container( key: _groupHeaderKey,...
Currently, this component is extremely closed off and allows for little to no customization by developers. There should be slots for each child component to allow for full customization and...
Currently, child elements are not recognized by autocomplete/IntelliSense this is a development nuisance that must be addressed.
Currently, this component is extremely closed off and allows for little to no customization by developers. There should be slots for each child component to allow for full customization, the...