How to put a space between the appbar and textformfeild inside a card in flutter?

前端 未结 0 916
你的背包
你的背包 2020-12-02 11:59

@override Widget build(BuildContext context) { return Scaffold( body: Stack( children: [ Container( decoration: BoxDecoration( color: Colors.teal, ), ), Center( child: Card(

相关标签:
回答
  • 消灭零回复
提交回复
热议问题