Fixes and improvments.

This commit is contained in:
M 2020-10-02 20:28:29 +03:00
parent b506f9c953
commit 04e7c18841
13 changed files with 246 additions and 240 deletions

View file

@ -81,8 +81,8 @@ class PinCodeState<T extends PinCodeWidget> extends State<T> {
}
@override
Widget build(BuildContext context) =>
Scaffold(key: _key, body: body(context));
Widget build(BuildContext context) => Scaffold(
key: _key, body: body(context), resizeToAvoidBottomPadding: false);
Widget body(BuildContext context) {
final deleteIconImage = Image.asset(