Romain Bajoit

Results 2 issues of Romain Bajoit

Cannot paint some neumorphic widgets. Neumorphic of depth=0, disabled NeumorphicButton, pressed NeumorphicButton ... Error ``` ======== Exception caught by rendering library ===================================================== The following TypeErrorImpl was thrown during paint(): Expected...

The following code produce a NeumorphicToggle but the depth of the thumb is always the default depth value of the theme. ``` return NeumorphicToggle( style: NeumorphicToggleStyle( borderRadius: BorderRadius.circular(padding + radius),...