flutter 領域いっぱいにウィジェット表示#
double.infinity
と指定する
SizedBox(
width: double.infinity,
height: 300,
child: Card(
elevation: 2,
child: Text("test")
),
)
Related Notes#
References#
Tags#
#flutter