mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-29 04:49:51 +00:00
CAKE-304 | upgraded project to flutter 2.x.x, upgraded packages and resolved problems
This commit is contained in:
parent
c0a12c6026
commit
0cd4bd46f7
10 changed files with 127 additions and 135 deletions
|
@ -101,7 +101,7 @@ class PinCodeState<T extends PinCodeWidget> extends State<T> {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) => Scaffold(
|
||||
key: _key, body: body(context), resizeToAvoidBottomPadding: false);
|
||||
key: _key, body: body(context), resizeToAvoidBottomInset: false);
|
||||
|
||||
Widget body(BuildContext context) {
|
||||
final deleteIconImage = Image.asset(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue