add packages
This commit is contained in:
@@ -54,8 +54,10 @@ class _InstructionPageState extends State<InstructionPage> {
|
||||
body: Container(
|
||||
padding: EdgeInsets.only(left: 5, right: 5, top: 5),
|
||||
child: Card(elevation: 0,
|
||||
child: FittedBox(
|
||||
child: Image.asset(widget.image), fit: BoxFit.contain)),
|
||||
child: Expanded(
|
||||
child: FittedBox(
|
||||
child: Image.asset(widget.image), fit: BoxFit.contain),
|
||||
)),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user