Answers for "set width card flutter"

2

set width card flutter

SizedBox(
        width: double.infinity,
        height: 300,
        child: Card(
          elevation: 2,
          child: Text("test")
         ),
      )
Posted by: Guest on August-01-2020

Browse Popular Code Answers by Language