korolkir

Results 2 comments of korolkir

@Ednokia777 Not sure if it's actual for you or not, but you can wrap CustomRadioButton with Theme and override ButtonThemeData params: `Theme(` `data: Theme.of(context).copyWith(buttonTheme: const ButtonThemeData(minWidth: 0, padding: EdgeInsets.zero)),` `...

Hello @GuilhermeMota93 The problem was with configuration of entitlements. Thanks for help! Closing the issue.