If you give a signature widget different sizes throughout the lifecycle of your own stateful widget, the signature pad will ignore those bounds as only the initial bounds are used for paintchecks. The max size of the canvas is only evaluated in the initState function of the signature widget.
If you give a signature widget different sizes throughout the lifecycle of your own stateful widget, the signature pad will ignore those bounds as only the initial bounds are used for paintchecks. The max size of the canvas is only evaluated in the initState function of the signature widget.